interface DeferredPromise extends Promise{ resolve: (value: T) => void reject: (reason?: any) => void }