export interface JWTService { verify(opts: { token: string | undefined; }): Promise; }