import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare class ConvertOperations { private callRenderTemplate; private readBinaryAsBase64; private downloadTemplateAsBase64; convertHtmlToPdf(this: IExecuteFunctions, i: number): Promise; convertOfficeToPdf(this: IExecuteFunctions, i: number): Promise; }