import * as z from 'zod'; declare const GetReceiptsSettingsRequest: z.ZodObject<{}, z.core.$strip>; declare const GetReceiptsSettingsResponse: z.ZodObject<{ receiptsSettings: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; numbering: z.ZodOptional>; nextNumber: z.ZodNullable>; suffix: z.ZodNullable>; }, z.core.$strip>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const UpdateReceiptsSettingsRequest: z.ZodObject<{ receiptsSettings: z.ZodObject<{ revision: z.ZodString; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; numbering: z.ZodObject<{ prefix: z.ZodNullable>; nextNumber: z.ZodNullable>; suffix: z.ZodNullable>; }, z.core.$strip>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; declare const UpdateReceiptsSettingsResponse: z.ZodObject<{ revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; numbering: z.ZodOptional>; nextNumber: z.ZodNullable>; suffix: z.ZodNullable>; }, z.core.$strip>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; export { GetReceiptsSettingsRequest, GetReceiptsSettingsResponse, UpdateReceiptsSettingsRequest, UpdateReceiptsSettingsResponse };