export declare const linkCache: Map<string, URL>;
/** Helper function to execute a request without allowing redirection. */
export declare function getUrlFromLocationHeader(url: string): Promise<URL>;
