/**
 * Rehydration State - Lightweight module for rehydration scheduling state
 *
 * This module is separated to avoid circular dependency chains.
 * It has NO imports to keep the dependency graph clean.
 */
export declare function isRehydrationScheduled(): boolean;
export declare function setRehydrationScheduled(value: boolean): void;
