/// <reference types="@types/chai" />
export declare const NEXT_KEYWORD = "next";
export declare function chaiNext<T = unknown>(this: Chai.AssertionStatic, chai: Chai.ChaiStatic, utils: Chai.ChaiUtils, expectedNextValue: T, stepName?: string): void;
//# sourceMappingURL=chaiNext.d.ts.map