import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const MCPAuthType: { readonly Bearer: "bearer"; readonly Authorization: "authorization"; readonly Headers: "headers"; readonly None: "none"; }; export type MCPAuthType = ClosedEnum; /** @internal */ export declare const MCPAuthType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const MCPAuthType$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=mcpauthtype.d.ts.map