declare function sanitizeUrl(raw: string): string;

export { sanitizeUrl };
