import { Assert } from './spok'; export declare type ExpectFn = (actual: T, desc?: string) => { equal(expected: Partial): void; deep: { include(expected: Partial): void; }; }; export declare function chaiExpect(expectFn?: ExpectFn): Assert; //# sourceMappingURL=adapter-chai-expect.d.ts.map