/** Strip username/password credentials from a URL string when it parses. */ export declare function stripUrlUserInfo(value: string): string;