import "../_dnt.polyfills.js"; export declare function withSignal(cb: (signal: AbortSignal) => Promise, outerSignal?: AbortSignal): Promise;