// define test-specific globals here declare namespace jest { interface Matchers { toHaveBeenWarned(): R; toHaveBeenPrinted(): R; } } declare global { function mockFile(path: string, content: string); }