import { populateType, countryType } from "./types";
export declare const PATH: string;
export declare const PATH_LITE: string;
export declare const countryDir: Array<string>;
export declare function populateStatesCities(country: any, populate?: populateType, type?: 'lite'): void;
export declare function populateCities(countryCode: countryType, state: any, populate?: boolean, type?: 'lite'): void;
//# sourceMappingURL=utils.d.ts.map