import { NorthJutlandCityCode } from "./NorthJutlandCityCode.js";
import { CityMessages } from "../../../../country/index.js";
export type NorthJutlandMessages = {
    [key in NorthJutlandCityCode]: CityMessages;
};
