export declare function abortable<T>(signal: AbortSignal, promise: Promise<T>): Promise<T>;
//# sourceMappingURL=index.d.ts.map