export declare function actAsync<T>(scope: () => T | Promise<T>): Promise<T>;
//# sourceMappingURL=actAsync.d.ts.map