import { z } from 'zod'; export declare const OAuthSchema: z.ZodObject<{ authUrl?: z.ZodType>; claims?: z.ZodType>; clientId?: z.ZodType>; clientSecret?: z.ZodType>; createdAt?: z.ZodType>; createdBy?: z.ZodType>; discoveryUrl?: z.ZodType>; domain?: z.ZodType>; enabled?: z.ZodType>; id?: z.ZodType>; logo?: z.ZodType>; metadata?: z.ZodType>; name?: z.ZodType>; scopes?: z.ZodType>; tokenUrl?: z.ZodType>; type?: z.ZodType>; updatedAt?: z.ZodType>; updatedBy?: z.ZodType>; userinfoUrl?: z.ZodType>; }, z.core.$strip>;