import { type Operation } from "effection"; /** * Yield cooperatively back to the host scheduler between runtime turns. * * This is the shared fairness boundary used by the long-running runtime * operations. It keeps the message, escrow, and OOBI loops from monopolizing * the host process while still retrying work on the next available turn. */ export declare function runtimeTurn(): Operation; //# sourceMappingURL=runtime-turn.d.ts.map