import { G as GetCitiesOptions, C as City, c as CityAllLangs, L as Lang, a as GetPrefecturesOptions, P as Prefecture, d as PrefectureAllLangs } from './types-Tf0S0-56.js'; export { b as CityType } from './types-Tf0S0-56.js'; declare function getCities(prefCode: string, lang?: string, options?: GetCitiesOptions): City[]; declare function getCityByJisCode(jisCode: string, lang?: string, options?: { short?: boolean; }): City | undefined; declare function getCityByLGCode(lgCode: string, lang?: string, options?: { short?: boolean; }): City | undefined; declare function getCitiesAllLangs(prefCode: string, options?: GetCitiesOptions): CityAllLangs[]; declare function getCityByJisCodeAllLangs(jisCode: string, options?: { short?: boolean; }): CityAllLangs | undefined; declare function getCityByLGCodeAllLangs(lgCode: string, options?: { short?: boolean; }): CityAllLangs | undefined; declare function getCitiesByPrefName(prefName: string, lang?: string, options?: GetCitiesOptions): City[]; declare function getCitiesAllLangsByPrefName(prefName: string, options?: GetCitiesOptions): CityAllLangs[]; declare function getSupportedLanguages(): readonly Lang[]; declare function getPrefectures(lang?: string, options?: GetPrefecturesOptions): Prefecture[]; declare function getPrefectureByCode(code: string, lang?: string, options?: GetPrefecturesOptions): Prefecture | undefined; declare function getPrefectureByISO(iso: string, lang?: string, options?: GetPrefecturesOptions): Prefecture | undefined; declare function getPrefectureByLGCode(lgCode: string, lang?: string, options?: GetPrefecturesOptions): Prefecture | undefined; declare function getPrefecturesAllLangs(options?: GetPrefecturesOptions): PrefectureAllLangs[]; declare function getPrefectureByCodeAllLangs(code: string, options?: GetPrefecturesOptions): PrefectureAllLangs | undefined; declare function getPrefectureByISOAllLangs(iso: string, options?: GetPrefecturesOptions): PrefectureAllLangs | undefined; declare function getPrefectureByLGCodeAllLangs(lgCode: string, options?: GetPrefecturesOptions): PrefectureAllLangs | undefined; declare function getPrefectureByName(name: string, lang?: string, options?: GetPrefecturesOptions): Prefecture | undefined; declare function getPrefectureByNameAllLangs(name: string, options?: GetPrefecturesOptions): PrefectureAllLangs | undefined; export { City, CityAllLangs, GetCitiesOptions, GetPrefecturesOptions, Lang, Prefecture, PrefectureAllLangs, getCities, getCitiesAllLangs, getCitiesAllLangsByPrefName, getCitiesByPrefName, getCityByJisCode, getCityByJisCodeAllLangs, getCityByLGCode, getCityByLGCodeAllLangs, getPrefectureByCode, getPrefectureByCodeAllLangs, getPrefectureByISO, getPrefectureByISOAllLangs, getPrefectureByLGCode, getPrefectureByLGCodeAllLangs, getPrefectureByName, getPrefectureByNameAllLangs, getPrefectures, getPrefecturesAllLangs, getSupportedLanguages };