﻿interface Promise<T> {
    finally(always: (value?: any) => any);
}