import type { URL } from 'node:url'; export declare const getBasicAuthorizationHeader: (url: URL) => string;