export declare function makeCancellable(fn: (args?: any[]) => Generator | Promise, void, any>, ...args: any[]): { promise: Promise; cancel: () => void; }; //# sourceMappingURL=MakeCancellable.d.ts.map