import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from 'n8n-workflow';
export declare const H3_MODEL = "MiniMax-H3";
export declare const h3VideoProperties: INodeProperties[];
export declare function assertH3Prompt(executeFunctions: IExecuteFunctions, prompt: string): void;
export declare function prepareVideoOutput(executeFunctions: IExecuteFunctions, itemIndex: number, result: {
    videoUrl: string;
    taskId: string;
    fileId?: string;
}, downloadVideo: boolean): Promise<INodeExecutionData[]>;
