export declare function raceSignal(signal: AbortSignal | undefined, fnOrPromise: Promise | (() => Promise)): Promise;