Erro TypeScript ao adicionar um getter na classe Clients

Estou tentando adicionar o client de OMS aos getters da minha Classe Clients, exatamente como manda o readme do VTEX/io-clients (io-clients/README.md at master · vtex/io-clients · GitHub), mas o TypeScript está reclamando. Alguem pode me ajudar?


Mensagem do TypeScript:

Argument of type ‘typeof OMS’ is not assignable to parameter of type ‘IOClientConstructor’.
Types of construct signatures are incompatible.
Type ‘new (ctx: IOContext, options?: any) => OMS’ is not assignable to type ‘new (context: IOContext, options?: InstanceOptions | undefined) => IOClient’.
Type ‘OMS’ is missing the following properties from type ‘IOClient’: context, HTTP ts(2345)

Na verdade consegui executar, mas tive um retorno de 403: