/// declare namespace jest { interface Matchers { toMatchJSON(expected: any): R; } interface Expect { jsonMatching(inner: any): any; } }