import type { Logger } from "../lib/types.js"; interface RunAgentOptions { headed?: boolean; homeDir: string; logger: Logger; prompt?: string; providerId?: string; saveSession?: string | true; userSelector?: string; } export declare function runAgent(options: RunAgentOptions): Promise; export {}; //# sourceMappingURL=agent.d.ts.map