import type { ProgrammaticAdapter } from './adapter-types.js'; import type { RunOptions } from './run-options.js'; import { RunHandleImpl } from './run-handle-impl.js'; export declare function startProgrammaticLoop(handle: RunHandleImpl, adapter: ProgrammaticAdapter, options: RunOptions): void;