import { BaseTypedef } from '../base.typedef'; import { Country } from '..'; export declare class City extends BaseTypedef { id: string; code: string; level: string; value: string; name: string; type: string; localizedName: object; nameEn: string; shortName: string; shortNameEn: string; slug: string; image: string; imageHighlight: string; priority: string; locationTypeId: string; locationType: string; parentId: number; imageKyc: string; default_district: number; askLocationSelectionImage: string; isActiveAskLocation: number; } export declare class CityDetail extends City { country: Country; } declare const CityListResponse_base: any; export declare class CityListResponse extends CityListResponse_base { } export {}; //# sourceMappingURL=city.typedef.d.ts.map