import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class LinkValue { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) getAction(): string getReceivedCallback(): boolean setAction(action?: string): void setReceivedCallback(value?: boolean): void }