/** @see https://foxact.skk.moe/use-is-client */ declare function useIsClient(): boolean; export { useIsClient };