import * as z from 'zod'; export declare const ClientSchema: z.ZodObject<{ id: z.ZodUUID; name: z.ZodString; iss: z.ZodURL; clientId: z.ZodString; authUrl: z.ZodURL; tokenUrl: z.ZodURL; jwksUrl: z.ZodURL; deployments: z.ZodArray; description: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const AddClientSchema: z.ZodObject<{ name: z.ZodString; iss: z.ZodURL; clientId: z.ZodString; authUrl: z.ZodURL; tokenUrl: z.ZodURL; jwksUrl: z.ZodURL; }, z.core.$strip>; export declare const UpdateClientSchema: z.ZodObject<{ name: z.ZodString; iss: z.ZodURL; clientId: z.ZodString; authUrl: z.ZodURL; tokenUrl: z.ZodURL; jwksUrl: z.ZodURL; }, z.core.$strip>; //# sourceMappingURL=client.schema.d.ts.map