import type { Repl } from '../modules/repl.js';
declare let repl: Repl;
export { repl as default };
