import { z } from 'zod'; export declare const oauthAccessTokenSchema: z.ZodString; export type OAuthAccessToken = z.infer; //# sourceMappingURL=oauth-access-token.d.ts.map