export declare class TrackLocationDto {
    warehouse_id: number;
    status: string;
    description?: string;
}
