import { RunConsoleOptions } from './runConsole.types'; export declare function runConsole(options?: RunConsoleOptions): Promise;