/// import { Contract } from 'ethers'; export declare function assertFunctionCalled(chai: Chai.AssertionStatic, contract: Contract, fnName: string): void; export declare function assertCalledWithParams(chai: Chai.AssertionStatic, contract: Contract, fnName: string, parameters: any[], negated: boolean): void; //# sourceMappingURL=assertions.d.ts.map