export declare class AssignPricingCityByDispatcherDto {
    dispatcher_id: number;
    pricing_city_id: number;
}
