import * as z from 'zod'; declare const GetOrdersSettingsRequest: z.ZodObject<{}, z.core.$strip>; declare const GetOrdersSettingsResponse: z.ZodObject<{ ordersSettings: z.ZodOptional>; createInvoice: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const UpdateOrdersSettingsRequest: z.ZodObject<{ ordersSettings: z.ZodObject<{ inventoryUpdateTrigger: z.ZodOptional>; createInvoice: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>; declare const UpdateOrdersSettingsResponse: z.ZodObject<{ ordersSettings: z.ZodOptional>; createInvoice: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; export { GetOrdersSettingsRequest, GetOrdersSettingsResponse, UpdateOrdersSettingsRequest, UpdateOrdersSettingsResponse };