/** * e-SLOG API - Manual wrapper for document XML download. */ export type ElogDocumentType = "invoice" | "estimate" | "credit_note"; export declare const eSlog: { readonly download: (documentId: string, params: { type: ElogDocumentType; }, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type ESlogApi = typeof eSlog; //# sourceMappingURL=eslog.d.ts.map