import { ToolCliArgs } from "../../../../types/cli_types.js"; import type { LLM } from "../../../../types/provider2agent.js"; export declare const handler: (argv: ToolCliArgs<{ o?: string; b?: string; u?: string[]; i?: boolean; t?: string; "input-file"?: string; c?: string; s?: string; llm?: LLM; llm_model?: string; }>) => Promise;