/// <reference types="@types/chai" />
export declare const NEXT_MATCHES_KEYWORD = "nextMatches";
export declare function chaiNextMatches<T = unknown>(this: Chai.AssertionStatic, chai: Chai.ChaiStatic, utils: Chai.ChaiUtils, expectedCallback: (value: T, index: number) => boolean, stepName?: string): void;
//# sourceMappingURL=chaiNextMatches.d.ts.map