export declare class TLDs {
    static tlds: Map<string, number>;
    static isValid(tld: string): boolean;
}
