export declare type JSONTLDFormat = { name: "tld"; }; export declare function inferTld(value: string): JSONTLDFormat | undefined;