import { Falsy } from 'justypes'; /** * @throws {AbortError} */ export declare function withAbortSignal(signal: AbortSignal | Falsy, fn: () => PromiseLike): Promise;