export declare function extractTLD(domain: string): string; export declare function sanitizeUrl(url: string): string; export declare function truncate(str: string, maxLength: number): string; //# sourceMappingURL=string.d.ts.map