export interface CancellablePromise { cancel: () => void; promise: Promise; }