/** 中心/MCP 兼容上限仍为 30;结构化 10 秒脚本按更小子批受控并行。 */ export declare const FLOW_C_SCRIPT_CHUNK_MAX = 30; export declare const FLOW_C_VIDEO_MODEL_CONTRACT_VERSION = "flow-c-video-models-v1"; export declare const FLOW_C_SCRIPT_CHUNK_SIZES: readonly [10, 5, 1]; /** * 直接蓝图契约不再重复 creativePlan、executionBindings 和 masterScript, * 20/30 秒可先尝试更大的低开销子批,失败仍逐级缩小到单条。 */ export declare function flowCScriptChunkSizes(durationSeconds: 10 | 15 | 20 | 30): readonly [10, 5, 1] | readonly [4, 2, 1] | readonly [2, 1]; /** 将当前缺失 ordinal 切成受控子批;长视频绝不恢复 30 条大回合。 */ export declare function flowCScriptChunks(durationSeconds: 10 | 15 | 20 | 30, ordinals: number[], size?: number): number[][];