/// <reference types="node" />
import createRepl from 'repl';
declare const repl: createRepl.REPLServer;
export { repl };
