import '../await-outside'; import { REPLServer } from 'repl'; export declare type Callback = (data?: S) => T; export declare const repl: (context?: {}, callback?: Callback) => Promise;