typetest.jest.SpiedFunctiontype SpiedFunction<T extends (...args: any[]) => any> = JestMock.SpiedFunction<T>Constructs the type of a spied function.