import type { MossAgent } from '../core/index.js'; import type { SkillLearner } from '../core/memory/skill-learner.js'; import { CliServices } from './cli-services.js'; import { type CliRuntimeStatus } from './onboarding.js'; export declare const INTERACTIVE_COMMANDS: string[]; export declare function completeInteractiveCommand(line: string): [string[], string]; export declare function runInteractive(agent: MossAgent, skillLearner?: SkillLearner, runtime?: CliRuntimeStatus, options?: { sessionKey?: string; services?: CliServices; }): Promise; //# sourceMappingURL=repl.d.ts.map