import * as Promise from 'bluebird'; export default interface AuthService { refreshTokenAndTryAgain(action: (data: any) => T): Promise; }