import { BaseTypedef } from '../base.typedef'; export declare class Location 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; parentId: number; imageKyc: string; default_district: number; askLocationSelectionImage: string; isActiveAskLocation: number; } export declare class LocationDetail extends Location { } declare const LocationListResponse_base: any; export declare class LocationListResponse extends LocationListResponse_base { } export {}; //# sourceMappingURL=location.typedef.d.ts.map