/** * Bound a host-supplied RAG promise to operation cancellation. * * The signal is also passed to cooperative providers. This race is the * kernel-owned half of the contract: a custom store that ignores its signal * may continue its own work, but it cannot keep the public operation pending * or make a late result advance the caller's pipeline. */ export declare function awaitRAGOperation(operation: Promise, signal?: AbortSignal): Promise; //# sourceMappingURL=operation.d.ts.map