/// declare namespace jest { interface Matchers { toMatchError(error: Error): R; } }