import type { TrajectoryFrame } from '../index'; import type { TrajectoryRun, TrajectoryRunSummary } from '../run'; export declare const host_run: (summary: TrajectoryRunSummary, request_frame: (frame_idx: number, signal?: AbortSignal) => Promise, release?: () => void) => TrajectoryRun;