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