import { type Agent } from './types.js'; export declare function runSwarmRepl(startingAgent: Agent, contextVariables?: Record): Promise;