declare namespace jest { interface Matchers { stubToHaveBeenCalledWith(...args: any[]): object; } interface Expect { stubToHaveBeenCalledWith(...args: any[]): object; } }