import { IDataObject, IExecuteFunctions } from 'n8n-workflow';
/**
 * Process an element object based on its type and return the API-compatible format
 */
export declare function processElement(this: IExecuteFunctions, element: IDataObject, videoWidth: number, videoHeight: number): IDataObject;
