import type { RunContext, RunnerOptions } from './types.js'; export declare function runInteractive(ctx: RunContext, options: RunnerOptions): Promise; //# sourceMappingURL=runner.d.ts.map