export default interface AuthService { refreshTokenAndTryAgain(action: (data: any) => T): Promise; }