import { Abortable } from '../abortable/Abortable'; export declare const AbortableEffectFactory: import("../effect/Types").EffectFactory(callback: (resolve: (value: T) => void, reject: (error: Error | undefined) => void, abortController: AbortController) => void) => Abortable; }>;