/** * Returns `` from `authorization: Bearer `. * @param headers may or may not contain the Authorization header. * @returns `` or undefined if headers did not contain the expected header and value. */ export declare function getAuthorizationTokenFromHeaders(headers: Headers): string | undefined; //# sourceMappingURL=get-authorization-token-from-headers.d.mts.map