declare class DomainKind { static readonly CDN = "cdn"; static readonly ORIGIN = "origin"; } declare class DomainType { static readonly MANAGED = "MAN"; static readonly CUSTOM = "BYO"; static readonly ORIGIN = "ORIGIN"; static readonly FALLBACK = "FALLBACK"; } declare class QueryStringKey { static readonly VIA_MLYSDK = "via_mlysdk"; } export { DomainKind, DomainType, QueryStringKey };