export {}; declare global { namespace jest { interface Matchers { // Add any custom matchers here if needed } } }