export {}; declare global { namespace jest { interface Matchers { toHaveNoViolations(exclusions: any): R; } } }