import * as z from 'zod'; declare const GetCreditDataRequest: z.ZodObject<{}, z.core.$strip>; declare const GetCreditDataResponse: z.ZodObject<{ creditData: z.ZodOptional>; quotaType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ limitedQuota: z.ZodObject<{ quota: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; declare const CheckSufficientCreditsRequest: z.ZodObject<{ wordCount: z.ZodNumber; }, z.core.$strip>; declare const CheckSufficientCreditsResponse: z.ZodObject<{ sufficientCredits: z.ZodOptional; }, z.core.$strip>; export { CheckSufficientCreditsRequest, CheckSufficientCreditsResponse, GetCreditDataRequest, GetCreditDataResponse };