import type { McpAuthChallenge } from "./types.js"; export declare function parseWwwAuthenticate(header: string | null | undefined): McpAuthChallenge | undefined;