import { Value } from './value';
export interface ObjectValue extends Value {
}
