import * as z from "zod/v4"; import { OpenEnum } from "../../types/enums.js"; export declare const OAuth2GrantType: { readonly AuthorizationCode: "authorization_code"; readonly ClientCredentials: "client_credentials"; }; export type OAuth2GrantType = OpenEnum; /** @internal */ export declare const OAuth2GrantType$inboundSchema: z.ZodType; //# sourceMappingURL=oauth2granttype.d.ts.map