import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class VAContextObject { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) didFdihInvocationTimeOut(): any getDeviceTimeZone(): string getRequesterLang(): any getValue(name?: string): any hasValue(name?: string): any }