import { IReplExtensionFactory } from './interfaces'; export declare function runRepl(dataPath: string, factories: IReplExtensionFactory[]): void;