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