/**
 * CloudHospital Api
 * CloudHospital application with Swagger, Swashbuckle, and API versioning.
 *
 * The version of the OpenAPI document: 2
 * Contact: developer@icloudhospital.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 *
 * @export
 * @enum {string}
 */
export declare const SitemapDomainNames: {
    readonly Articles: "articles";
    readonly Press: "press";
    readonly Insights: "insights";
    readonly News: "news";
    readonly Deals: "deals";
    readonly Departments: "departments";
    readonly Doctors: "doctors";
    readonly Hospitals: "hospitals";
    readonly Specialties: "specialties";
    readonly Services: "services";
};
export type SitemapDomainNames = typeof SitemapDomainNames[keyof typeof SitemapDomainNames];
//# sourceMappingURL=sitemap-domain-names.d.ts.map