import bundledEsModuleChai from "./chai"; type expect = typeof bundledEsModuleChai.expect; type assert = typeof bundledEsModuleChai.assert; type should = typeof bundledEsModuleChai.should; declare function expect(...args: Parameters): ReturnType; declare function assert(...args: Parameters): ReturnType; declare function should(...args: Parameters): ReturnType; export { expect, assert, should }; export { bundledEsModuleChai as chai };