/** * Documents API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const documents: { /** @see getNextDocumentNumber */ readonly getNextNumber: (params: import("..").GetNextDocumentNumberParams, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see calculateDocumentPreview */ readonly calculateDocumentPreview: (calculateDocumentPreview: import("..").CalculateDocumentPreview, params: import("..").CalculateDocumentPreviewParams, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see finalizeDocument */ readonly finalizeDocument: (id: string, finalizeDocumentBody?: import("..").FinalizeDocumentBody | undefined, params?: import("..").FinalizeDocumentParams | undefined, args_3?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see fiscalizeDocument */ readonly fiscalizeDocument: (id: string, params?: import("..").FiscalizeDocumentParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see deleteDocument */ readonly delete: (id: string, params?: import("..").DeleteDocumentParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see restoreDocument */ readonly restoreDocument: (id: string, params?: import("..").RestoreDocumentParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see permanentDeleteDocument */ readonly permanentDeleteDocument: (id: string, params?: import("..").PermanentDeleteDocumentParams | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see sendDocument */ readonly sendDocument: (id: string, sendDocumentBody: import("..").SendDocumentBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see shareDocument */ readonly shareDocument: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getShareableId */ readonly getShareableId: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see unshareDocument */ readonly unshareDocument: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type DocumentsApi = typeof documents; //# sourceMappingURL=documents.d.ts.map