declare function cancellable(lazy?: boolean): ) => PromiseLike>>(target: any, key: string | symbol, descriptor: T) => T; export default cancellable;