import * as z from 'zod'; export declare const RegistrationRequestSchema: z.ZodObject<{ openid_configuration: z.ZodURL; registration_token: z.ZodOptional; }, z.core.$strip>; export type RegistrationRequest = z.infer; //# sourceMappingURL=registrationRequest.schema.d.ts.map