export interface IJwtTokenRefreshService { start(): void; stop(): void; }