main
import type { Place } from './Place.ts' type AdministrativeArea = Place export type { AdministrativeArea }