import { State } from "@realsee/five"; declare function useFiveState(): [ state: State, setState: (state: Partial | ((prevState: State) => Partial), immediately?: boolean, userAction?: boolean) => void ]; export { useFiveState };