/** * Returns `false` during SSR and the first client render, `true` after mount. * Use for hydration-safe gating of client-only content without a state-in-effect * pattern (which `react-hooks-js/set-state-in-effect` flags). */ export declare const useIsClient: () => boolean; //# sourceMappingURL=useIsClient.d.ts.map