/// <reference types="chai" />
import './chaiExtensions';
declare const chaiJest: Chai.ChaiPlugin;
export default chaiJest;
