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