import { ToolCliArgs } from "../../../../types/cli_types.js"; import type { LLM } from "../../../../types/provider2agent.js"; export declare const handler: (argv: ToolCliArgs<{ o?: string; b?: string; t?: string; s?: string; beats_per_scene?: number; file?: string; llm?: LLM; llm_model?: string; mode?: string; }>) => Promise;