export {}; declare global { namespace jest { interface Matchers { toPassCompliance(httpMethod: string, endpointPath: string): R; } } }