import type { ClaudeOptions } from '../types.js'; import { type WrapDeps } from '../proxy/wrap-runner.js'; export declare function resolveSpawn(args: string[], platform?: NodeJS.Platform): { cmd: string; spawnArgs: string[]; windowsVerbatimArguments?: true; }; /** * `coolhand claude [args...]` — run the Claude CLI behind the Coolhand proxy with * the stored API key filled in. Starts an in-process HTTPS MITM proxy and spawns * claude with proxy env vars set. */ export declare function run(opts: ClaudeOptions, deps?: WrapDeps): Promise; //# sourceMappingURL=claude.d.ts.map