import { Place } from "@rr0/place";
import { CmsOrganization } from "../CmsOrganization.js";
import { CountryCode } from "@rr0/data";
export declare class CmsCountry extends CmsOrganization {
    constructor(code: CountryCode, places?: Place[]);
}
