/// <reference types="@types/chai" />
export declare const VERIFY_COMPLETE_KEYWORD = "verifyComplete";
export declare function chaiVerifyComplete<T = unknown>(this: Chai.AssertionStatic, utils: Chai.ChaiUtils, stepName?: string): Promise<T[]>;
//# sourceMappingURL=chaiVerifyComplete.d.ts.map