import type { AgentConfig, RunnerInfo } from "../domain/runner.js"; export declare function createRunnerInfo(id: string, agent: Pick): RunnerInfo;