import type { IExecuteFunctions, INodeExecutionData } from "n8n-workflow"; export declare function convertFromUrl(this: IExecuteFunctions, itemIndex: number): Promise; export declare function convertFromFile(this: IExecuteFunctions, itemIndex: number): Promise; export declare function convertFromUrlAsync(this: IExecuteFunctions, itemIndex: number): Promise; export declare function convertFromFileAsync(this: IExecuteFunctions, itemIndex: number): Promise;