export declare const ABORTED_BY_SIGNAL: unique symbol; export declare function raceWithAbort(promise: Promise, signal: AbortSignal | undefined): Promise;