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