import { CancellableOrConfig, SagaIterator, SagaNodeScope } from '../types'; export declare function cancellable(this: SagaNodeScope, promise: Promise, config?: CancellableOrConfig): SagaIterator;