export declare const raceWithSignals: ( racer: () => Promise, signals?: AbortSignal[] ) => Promise;