export declare const throwIfAborted: (signal: AbortSignal | undefined) => void; export declare const runAbortable: (signal: AbortSignal | undefined, operation: () => T | PromiseLike) => Promise; export declare const settleWithin: (operations: Iterable>, timeoutMs: number) => Promise; //# sourceMappingURL=async-settlement.d.ts.map