import * as z from 'zod'; declare const SendRecoveryEmailRequest: z.ZodObject<{ email: z.ZodString; options: z.ZodOptional>; redirect: z.ZodOptional; clientId: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const SendRecoveryEmailResponse: z.ZodObject<{}, z.core.$strip>; declare const SendActivationEmailRequest: z.ZodObject<{ identityId: z.ZodString; options: z.ZodOptional>; redirect: z.ZodOptional; clientId: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const SendActivationEmailResponse: z.ZodObject<{}, z.core.$strip>; declare const RecoverRequest: z.ZodObject<{ recoveryToken: z.ZodString; options: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; declare const RecoverResponse: z.ZodObject<{ state: z.ZodOptional>; sessionToken: z.ZodNullable>; stateToken: z.ZodNullable>; identity: z.ZodOptional>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; connections: z.ZodOptional, z.ZodXor; authenticatorConnection: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ authenticatorConnection: z.ZodOptional; idpConnection: z.ZodObject<{ idpConnectionId: z.ZodOptional; idpUserId: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ idpConnection: z.ZodOptional; authenticatorConnection: z.ZodObject<{ authenticatorConnectionId: z.ZodOptional; reEnrollmentRequired: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>]>>>>; identityProfile: z.ZodOptional>; lastName: z.ZodNullable>; nickname: z.ZodNullable>; picture: z.ZodNullable>; emails: z.ZodOptional>; phones: z.ZodOptional>; labels: z.ZodOptional>; language: z.ZodNullable>; privacyStatus: z.ZodOptional>; customFields: z.ZodOptional; value: z.ZodOptional>>; }, z.core.$strip>>>; secondaryEmails: z.ZodOptional; tag: z.ZodOptional>; }, z.core.$strip>>>; phonesV2: z.ZodOptional>; phone: z.ZodOptional; tag: z.ZodOptional>; }, z.core.$strip>>>; addresses: z.ZodOptional>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; tag: z.ZodOptional>; }, z.core.$strip>>>; company: z.ZodNullable>; position: z.ZodNullable>; birthdate: z.ZodNullable>; slug: z.ZodNullable>; subscription: z.ZodNullable>; vatId: z.ZodNullable>; }, z.core.$strip>>; email: z.ZodOptional; isVerified: z.ZodOptional; }, z.core.$strip>>; status: z.ZodOptional>; reasons: z.ZodOptional>>; }, z.core.$strip>>; factors: z.ZodOptional; type: z.ZodOptional>; status: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; additionalData: z.ZodOptional>>>; }, z.core.$strip>; export { RecoverRequest, RecoverResponse, SendActivationEmailRequest, SendActivationEmailResponse, SendRecoveryEmailRequest, SendRecoveryEmailResponse };