/** * Wrapper around `act`. * * Awaits an `act` call, * and returns the value of the state update callback */ export declare const waitForState: (callback: () => T) => Promise; //# sourceMappingURL=waitForState.d.ts.map