/**
 * Creates an AbortController which will be aborted if/when one of the 'signals' is aborted
 */
export declare function createAbortControllerFromAbortSignals(signals: readonly AbortSignal[]): AbortController;
