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