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