import * as z from 'zod'; declare const GetTaxDocumentRequest: z.ZodObject<{ taxDocumentId: z.ZodString; }, z.core.$strip>; declare const GetTaxDocumentResponse: z.ZodObject<{ _id: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; revision: z.ZodOptional; accountId: z.ZodOptional; type: z.ZodOptional>; period: z.ZodOptional, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ yearPeriod: z.ZodObject<{ year: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>]>>>; downloadable: z.ZodOptional; problematic: z.ZodOptional; sourceType: z.ZodOptional>; displayName: z.ZodNullable>; }, z.core.$strip>; declare const ListTaxDocumentsRequest: z.ZodObject<{ accountId: z.ZodString; options: z.ZodOptional>; cursor: z.ZodNullable>; }, z.core.$strip>>; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; declare const ListTaxDocumentsResponse: z.ZodObject<{ taxDocuments: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; revision: z.ZodOptional; accountId: z.ZodOptional; type: z.ZodOptional>; period: z.ZodOptional, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ yearPeriod: z.ZodObject<{ year: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>]>>>; downloadable: z.ZodOptional; problematic: z.ZodOptional; sourceType: z.ZodOptional>; displayName: z.ZodNullable>; }, z.core.$strip>>>; pagingMetadata: z.ZodOptional>; offset: z.ZodNullable>; total: z.ZodNullable>; tooManyToCount: z.ZodNullable>; cursors: z.ZodOptional>; prev: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const GenerateFileDownloadInfoRequest: z.ZodObject<{ taxDocumentId: z.ZodString; }, z.core.$strip>; declare const GenerateFileDownloadInfoResponse: z.ZodObject<{ downloadInfo: z.ZodOptional; }, z.core.$strip>; export { GenerateFileDownloadInfoRequest, GenerateFileDownloadInfoResponse, GetTaxDocumentRequest, GetTaxDocumentResponse, ListTaxDocumentsRequest, ListTaxDocumentsResponse };