import { z } from 'zod'; export declare const oauthClientIdSchema: z.ZodString; export type OAuthClientId = z.infer; //# sourceMappingURL=oauth-client-id.d.ts.map