/** * Hybrid Render Command * * Orchestrates the complete hybrid rendering pipeline: * 1. Local audio generation with timing metadata * 2. Optional cloud enhancement * 3. Precise audio stitching and reassembly */ import { Command } from "commander"; export declare function registerRenderCommand(program: Command): void; //# sourceMappingURL=render.d.ts.map