export declare function makeCancelPromise(p: Promise, onCancel?: () => void): CancelPromise; export declare function isCancelPromise(p: CancelPromise): boolean; export declare function isCancel(err: any): boolean;