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