import { DepartmentMessages } from "../../../../../country/region/department/DepartmentMessages.js";
import { SartheCityCode } from "./SartheCityCode.js";
import { CityMessages } from "../../../../../country/index.js";
type SartheCityMessagesList = {
    [key in SartheCityCode]: CityMessages;
};
export declare const sartheMessages: DepartmentMessages<SartheCityMessagesList>;
export {};
