= waitForNextUpdate
+}
diff --git a/typings/index.d.ts b/typings/index.d.ts
index b5ba0267..2eec5415 100644
--- a/typings/index.d.ts
+++ b/typings/index.d.ts
@@ -9,6 +9,7 @@ export function renderHook(
readonly result: {
current: R
}
+ readonly waitForNextUpdate: () => Promise
readonly unmount: RenderResult['unmount']
readonly rerender: (hookProps?: P) => void
}