import { IExecuteFunctions } from 'n8n-workflow';
export declare function executeImageToVideo(this: IExecuteFunctions, imagePath: string, duration: number, videoSize: {
    width?: number;
    height?: number;
}, outputFormat: string, itemIndex: number): Promise<string>;
