import { ValueID } from '../../form-json.types'; import { DataService } from '../data/data.service'; export declare class ValueService { private data; constructor(data: DataService); assign(value: ValueID): any; private pathValue; private literValue; private arrayLiteralValue; private selectTextValue; }