import type { TurnInput, TurnSurface } from "./types.js"; /** * Run one turn, from preflight to terminal receipt, for every transport. * * The caller has already begun the attempt and owns the queue slot; this owns * everything between. Both the connector runner and the web runner call it, and * the only thing they supply differently is the `TurnSurface`. */ export declare function runTurn(input: TurnInput, surface: TurnSurface): Promise; //# sourceMappingURL=runner.d.ts.map