//#region src/ports/abort.d.ts declare function throwIfAborted(signal: AbortSignal | undefined): void; //#endregion export { throwIfAborted };