import { z } from 'zod'; export declare const oauthTokenTypeSchema: z.ZodUnion<[z.ZodEffects, z.ZodEffects]>; export type OAuthTokenType = z.infer; //# sourceMappingURL=oauth-token-type.d.ts.map