import type { REPLServer } from 'repl'; export declare function defineDefaultCommandsOnRepl(replServer: REPLServer): void;