import * as z from 'zod'; declare const GetLocaleSettingsRequest: z.ZodObject<{}, z.core.$strip>; declare const GetLocaleSettingsResponse: z.ZodObject<{ localeSettings: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; multilingualModeEnabled: z.ZodNullable>; autoSwitch: z.ZodNullable>; urlStructure: z.ZodOptional>; primaryLocale: z.ZodOptional>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; languageCode: z.ZodNullable>; regionCode: z.ZodNullable>; visibility: z.ZodOptional>; primaryLocale: z.ZodNullable>; visitorPrimaryLocale: z.ZodNullable>; flag: z.ZodNullable>; regionalFormat: z.ZodNullable>; effectiveUrlStructure: z.ZodOptional>; urlStructureOverride: z.ZodOptional>; }, z.core.$strip>>; machineTranslationCode: z.ZodNullable>; effectiveDisplayName: z.ZodNullable>; displayName: z.ZodNullable>; overrideDisplayName: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const UpdateLocaleSettingsRequest: z.ZodObject<{ localeSettings: z.ZodObject<{ revision: z.ZodString; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; multilingualModeEnabled: z.ZodNullable>; autoSwitch: z.ZodNullable>; urlStructure: z.ZodOptional>; primaryLocale: z.ZodOptional>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; languageCode: z.ZodNullable>; regionCode: z.ZodNullable>; visibility: z.ZodOptional>; primaryLocale: z.ZodNullable>; visitorPrimaryLocale: z.ZodNullable>; flag: z.ZodNullable>; regionalFormat: z.ZodNullable>; effectiveUrlStructure: z.ZodOptional>; urlStructureOverride: z.ZodOptional>; }, z.core.$strip>>; machineTranslationCode: z.ZodNullable>; effectiveDisplayName: z.ZodNullable>; displayName: z.ZodNullable>; overrideDisplayName: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; declare const UpdateLocaleSettingsResponse: z.ZodObject<{ localeSettings: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; multilingualModeEnabled: z.ZodNullable>; autoSwitch: z.ZodNullable>; urlStructure: z.ZodOptional>; primaryLocale: z.ZodOptional>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; languageCode: z.ZodNullable>; regionCode: z.ZodNullable>; visibility: z.ZodOptional>; primaryLocale: z.ZodNullable>; visitorPrimaryLocale: z.ZodNullable>; flag: z.ZodNullable>; regionalFormat: z.ZodNullable>; effectiveUrlStructure: z.ZodOptional>; urlStructureOverride: z.ZodOptional>; }, z.core.$strip>>; machineTranslationCode: z.ZodNullable>; effectiveDisplayName: z.ZodNullable>; displayName: z.ZodNullable>; overrideDisplayName: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const SetMultilingualModeRequest: z.ZodObject<{ multilingualModeEnabled: z.ZodBoolean; }, z.core.$strip>; declare const SetMultilingualModeResponse: z.ZodObject<{ localeSettings: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; multilingualModeEnabled: z.ZodNullable>; autoSwitch: z.ZodNullable>; urlStructure: z.ZodOptional>; primaryLocale: z.ZodOptional>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; languageCode: z.ZodNullable>; regionCode: z.ZodNullable>; visibility: z.ZodOptional>; primaryLocale: z.ZodNullable>; visitorPrimaryLocale: z.ZodNullable>; flag: z.ZodNullable>; regionalFormat: z.ZodNullable>; effectiveUrlStructure: z.ZodOptional>; urlStructureOverride: z.ZodOptional>; }, z.core.$strip>>; machineTranslationCode: z.ZodNullable>; effectiveDisplayName: z.ZodNullable>; displayName: z.ZodNullable>; overrideDisplayName: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; export { GetLocaleSettingsRequest, GetLocaleSettingsResponse, SetMultilingualModeRequest, SetMultilingualModeResponse, UpdateLocaleSettingsRequest, UpdateLocaleSettingsResponse };