export declare const getTopLevelDomain: (domain: string) => string | null; export declare const isFullyQualifiedDomainName: (str: string) => boolean;