export declare function getRegions(): string[];
export declare function getProvinces(): string[];
export declare function getProvincesByRegionName(region: string): string[] | boolean;
export declare function getMunicipalitiesByProvince(province: string): string[] | boolean;
export declare function getBarangaysByProvinceAndMunicipality(province: string, municipality: string): false | import("./index.d").IBarangay[];
export declare function searchProvincesByStartString(startString: string): string[];
export declare function searchRegionsByStartString(startString: string): string[];
//# sourceMappingURL=index.d.ts.map