/** * Compose cancellation sources without depending on a mutable host * `AbortSignal.any` implementation. The first source to abort owns the exact * propagated reason, and listeners on every remaining source are detached * immediately. */ export declare function composeAbortSignals(signals: readonly AbortSignal[]): AbortSignal; //# sourceMappingURL=abort-signal.d.ts.map