import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * An [RFC 6750](https://www.rfc-editor.org/rfc/rfc6750#section-6.1) token type. */ export declare const TokenType: { readonly Bearer: "Bearer"; }; /** * An [RFC 6750](https://www.rfc-editor.org/rfc/rfc6750#section-6.1) token type. */ export type TokenType = ClosedEnum; /** @internal */ export declare const TokenType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const TokenType$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=tokentype.d.ts.map