/** Sets the SSR flag on the Nix.js reactivity state. No-op if state is absent. */ export declare function setSSR(value: boolean): void; /** Reads the SSR flag from the Nix.js reactivity state. Defaults to false. */ export declare function isSSR(): boolean;