import { AbortedError, isAbortedError } from "@steve.kite/stdlib"; export { AbortedError, isAbortedError }; /** Compatibility boundary for the remaining signal-shaped Rig callers. */ export declare function throwIfAborted(signal: AbortSignal | undefined): void;