/// export declare function it1(testFcn: () => void | PromiseLike): Mocha.Test; /** hack fix for mocha bug, unable to have a timeout for async tests */ export declare function it2(testFcn: () => Promise): Mocha.Test; //# sourceMappingURL=mocha-helper.d.ts.map