export declare namespace Domains { function computeAllSubdomains(domain: string): string[]; }