import * as z from 'zod'; declare const ConnectWixPaymentsAccountRequest: z.ZodObject<{ account: z.ZodObject<{ _id: z.ZodNullable>; firstName: z.ZodString; lastName: z.ZodString; tosAccepted: z.ZodBoolean; termsOfServiceAcceptance: z.ZodOptional; }, z.core.$strip>>; email: z.ZodNullable>; productDescription: z.ZodNullable>; country: z.ZodNullable>; softDescriptor: z.ZodNullable>; businessUrl: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>; declare const ConnectWixPaymentsAccountResponse: z.ZodObject<{ account: z.ZodOptional>; firstName: z.ZodNullable>; lastName: z.ZodNullable>; tosAccepted: z.ZodNullable>; termsOfServiceAcceptance: z.ZodOptional; }, z.core.$strip>>; email: z.ZodNullable>; productDescription: z.ZodNullable>; country: z.ZodNullable>; softDescriptor: z.ZodNullable>; businessUrl: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const ConnectWixPaymentsAccountBase44Request: z.ZodObject<{ account: z.ZodObject<{ _id: z.ZodNullable>; firstName: z.ZodString; lastName: z.ZodString; tosAccepted: z.ZodNullable>; termsOfServiceAcceptance: z.ZodObject<{ ip: z.ZodOptional; }, z.core.$strip>; email: z.ZodString; productDescription: z.ZodNullable>; country: z.ZodNullable>; softDescriptor: z.ZodNullable>; businessUrl: z.ZodNullable>; }, z.core.$strip>; options: z.ZodOptional>; userId: z.ZodNullable>; appId: z.ZodNullable>; base44App: z.ZodOptional>; appName: z.ZodNullable>; appUrl: z.ZodNullable>; ownerEmail: z.ZodNullable>; country: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const ConnectWixPaymentsAccountBase44Response: z.ZodObject<{ account: z.ZodOptional>; firstName: z.ZodNullable>; lastName: z.ZodNullable>; tosAccepted: z.ZodNullable>; termsOfServiceAcceptance: z.ZodOptional; }, z.core.$strip>>; email: z.ZodNullable>; productDescription: z.ZodNullable>; country: z.ZodNullable>; softDescriptor: z.ZodNullable>; businessUrl: z.ZodNullable>; }, z.core.$strip>>; base44Metadata: z.ZodOptional; webhookPublicKey: z.ZodOptional; appSecret: z.ZodOptional; apiKey: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const SetupBase44SiteRequest: z.ZodObject<{ options: z.ZodOptional>; userId: z.ZodNullable>; appId: z.ZodNullable>; base44App: z.ZodOptional>; appName: z.ZodNullable>; appUrl: z.ZodNullable>; ownerEmail: z.ZodNullable>; country: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const SetupBase44SiteResponse: z.ZodObject<{ siteId: z.ZodOptional; apiKey: z.ZodOptional; }, z.core.$strip>; export { ConnectWixPaymentsAccountBase44Request, ConnectWixPaymentsAccountBase44Response, ConnectWixPaymentsAccountRequest, ConnectWixPaymentsAccountResponse, SetupBase44SiteRequest, SetupBase44SiteResponse };