/// <reference types="chai" />
/**
 * Used for testing the arguments of events or custom errors.
 * Should be used after .emit or .revertedWith matchers respectively.
 */
export declare function supportWithArgs(Assertion: Chai.AssertionStatic): void;
//# sourceMappingURL=withArgs.d.ts.map