import { DependencyList } from "react"; export declare const useLayoutAsyncEffect: (effect: (onCleanup: (execute: () => void | Promise) => void) => Promise, deps?: DependencyList) => void;