export declare class CustomerTransportHistoryDto {
    search: string;
    skip: string;
    limit: string;
    is_export: string;
}
