import { State } from './mixins'; import { Expect } from './expect.types'; import './expect/after'; import './expect/ballpark'; import './expect/before'; import './expect/between'; import './expect/empty'; import './expect/end-with'; import './expect/eql'; import './expect/equal-shorthand'; import './expect/equal'; import './expect/excluding'; import './expect/greater-than-equal'; import './expect/greater-than'; import './expect/has-property'; import './expect/include'; import './expect/instance-of-shorthand'; import './expect/instance-of'; import './expect/keys'; import './expect/length'; import './expect/less-than-equal'; import './expect/less-than'; import './expect/match'; import './expect/members'; import './expect/reject'; import './expect/round-to'; import './expect/start-with'; import './expect/throw'; import './expect/type-shorthand'; import './expect/type'; export declare const expectChain: (state: State) => any; export declare const expect: Expect; //# sourceMappingURL=expect.d.ts.map