declare type Domain = { teamSubdomain: string; host: string; custom: boolean; }; export declare function slugifyDomain(domain: string): string; export declare function getBaseDomain(url: any): string; export declare function parseDomain(url: string): Domain; export declare const RESERVED_SUBDOMAINS: string[]; export {}; //# sourceMappingURL=domains.d.ts.map