export declare const useHydratable: (id: string, initialState: T, isInitiallyStable?: boolean) => [T, (value: T, stable: boolean) => void];