/** * @deprecated Use the `isClient` export instead. We don't need to call this as a hook since the value is static. */ export declare function useIsClient(): boolean;