import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class VAFieldObject { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); acceptModifiedValue(): void; getAdditionalText(): string; getCandidateModifiedValue(): string; getDefaultDisplayValue(): any; getDefaultValue(): any; getDisplayValue(): any; getFiles(): any; getOptions(): any; getTranslatedUtterance(): any; getValue(): any; isModified(): boolean; isModifyAcceptable(): boolean; isPredictionSource(): boolean; isRequired(): boolean; isValueSet(): boolean; prepareModifiedValue(value?: any): void; reset(newValue?: any): void; restorePreviousValue(): void; setModified(modified?: string): void; setPredictionSource(predictionSource?: string): void; setRequired(mandatory?: string): void; setTimeZone(timeZone?: string): void; setValue(value?: any, displayValue?: any): void; toString(): string; unbindEntity(): void; } //# sourceMappingURL=VAFieldObject.d.ts.map