/** * Allows access to a changing value in a stable way. */ export declare function useStable(value: Value): () => Value;