import { Type } from "./type"; export declare enum ToolContextBindingMode { OneWay = 0, TwoWay = 1 } /** * @hidden */ export declare let ToolContextBindingMode_$type: Type;