interface SettledCalled when the promise receives a resolution or rejection value. This may occur synchronously in the case of Promise.resolve() or Promise.reject(). Call Signatures(promise: Promise<unknown>): void