import type { IExecuteFunctions } from 'n8n-workflow';
export declare function extractEInvoiceFromPDF(this: IExecuteFunctions, binaryPropertyName: string, password: string, mode: 'json' | 'xml' | 'simple', itemIndex?: number): Promise<any>;
export declare function extractEInvoiceFromXML(this: IExecuteFunctions, binaryPropertyName: string, mode: 'json' | 'xml' | 'simple', itemIndex?: number): Promise<any>;
