/** * A hook that returns a truthy value indicating if the code can be run on client side. * This is a useful hook for determining if the `document` or `window` objects are available. */ export declare const useIsClientReady: () => boolean;