export declare function wrapSigInt<T>(body: (throwIfAborted: () => void) => Promise<T>): Promise<T>;
//# sourceMappingURL=wrapSigInt.d.ts.map