export declare function isValidHttpUrl(urlStr: string): boolean;
/**
 * Sanitize URL to prevent leaking user credentials in logs or metrics
 *
 * Note: `urlStr` must be a valid URL
 */
export declare function toPrintableUrl(urlStr: string): string;
//# sourceMappingURL=url.d.ts.map