import { State } from "./State"; export declare class ObjectState extends State { getValue(): Object; hasValue(): boolean; }