import * as z from 'zod'; declare const TranslateSiteRequest: z.ZodObject<{ mainLanguage: z.ZodObject<{ language: z.ZodOptional; flagV2: z.ZodNullable>; }, z.core.$strip>; options: z.ZodObject<{ translatedLanguage: z.ZodObject<{ language: z.ZodOptional; flagV2: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; declare const TranslateSiteResponse: z.ZodObject<{}, z.core.$strip>; declare const GetSiteTranslatablesPropertiesRequest: z.ZodObject<{ mainLanguage: z.ZodObject<{ language: z.ZodOptional; flagV2: z.ZodNullable>; }, z.core.$strip>; options: z.ZodOptional; flagV2: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const GetSiteTranslatablesPropertiesResponse: z.ZodObject<{ data: z.ZodOptional; translatedWords: z.ZodOptional; machineTranslationWordsUsed: z.ZodOptional; machineTranslateWordsLimit: z.ZodOptional; applicationProperties: z.ZodOptional; applicationTotalWords: z.ZodOptional; applicationTranslatedWords: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; export { GetSiteTranslatablesPropertiesRequest, GetSiteTranslatablesPropertiesResponse, TranslateSiteRequest, TranslateSiteResponse };