/**
 * Used for testing the arguments of events or custom errors, naming the arguments.
 * Can test the subset of all arguments.
 * Should be used after .emit or .call matcher.
 */
export declare function supportWithNamedArgs(Assertion: Chai.AssertionStatic, utils: Chai.ChaiUtils): void;
