/**
 * @module Async
 */
/**
 * @internal
 */
export declare function abortAndFail<TValue>(promise: PromiseLike<TValue>, abortSignal: AbortSignal): Promise<TValue>;
