/**
 * Node.js Interactive REPL for Claude-Flow
 * Compatible implementation using Node.js readline and inquirer
 */
/**
 * Start the Node.js interactive REPL
 */
export declare function startNodeREPL(options?: any): Promise<void>;
//# sourceMappingURL=node-repl.d.ts.map