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