import type { MonitorOptions } from '../types.js'; import { type WrapDeps } from '../proxy/wrap-runner.js'; /** * `coolhand monitor [--] [args...]` — run an arbitrary CLI behind the * Coolhand proxy with the stored API key filled in. Generalizes the `claude` * command's proxy wiring to any child command. */ export declare function run(opts: MonitorOptions, deps?: WrapDeps): Promise; //# sourceMappingURL=monitor.d.ts.map