/**
A React hook that returns app lifecycle methods like `exit()` and `waitUntilRenderFlush()`.
*/
declare const useApp: () => import("../components/AppContext.js").Props;
export default useApp;
