/** whether or not the attachedDomain is linked to the hosting cdn */
export declare enum CdnEnum {
    'active' = "active",
    'none' = "none"
}
//# sourceMappingURL=CdnEnum.d.ts.map