export declare function isValidUrl(url: string): boolean; export declare function sanitizeUrl(url: string): string;