import * as z from 'zod'; declare const GetTaxSettingsRequest: z.ZodObject<{}, z.core.$strip>; declare const GetTaxSettingsResponse: z.ZodObject<{ taxSettings: z.ZodOptional; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const UpsertTaxSettingsRequest: z.ZodObject<{ taxSettings: z.ZodObject<{ taxIncludedInItemPrices: z.ZodOptional; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>; declare const UpsertTaxSettingsResponse: z.ZodObject<{ taxSettings: z.ZodOptional; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; export { GetTaxSettingsRequest, GetTaxSettingsResponse, UpsertTaxSettingsRequest, UpsertTaxSettingsResponse };