/** * Stop waiting without releasing any lock owned by the operation. Its promise * stays observed until settlement; cancellation cannot reorder queued work. * The operation must also check the signal before starting work and pass it * into cooperative I/O. This race cannot stop an uncooperative backend. */ export declare function awaitWithAbort(operation: Promise, signal?: AbortSignal): Promise; //# sourceMappingURL=await-with-abort.d.ts.map