import * as z from 'zod'; declare const GetAccountDetailsRequest: z.ZodObject<{}, z.core.$strip>; declare const GetAccountDetailsResponse: z.ZodObject<{ accountDetails: z.ZodOptional>; package: z.ZodOptional; group: z.ZodOptional; monthlyQuotaAllocation: z.ZodOptional; emails: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; quotaPeriod: z.ZodOptional>; dateTo: z.ZodNullable>; quotaUsage: z.ZodOptional; emails: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; maxCampaignAudienceSize: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export { GetAccountDetailsRequest, GetAccountDetailsResponse };