// define test-specific globals here declare namespace jest { interface Matchers { toHaveBeenWarned(): R; toHaveBeenPrinted(): R; } }