/**
 * Throw AbortError if signal is already aborted.
 */
export declare function throwIfAborted(signal: AbortSignal): void;
