export declare enum Binding { None = 0, OneTime = 1, OneWay = 2, TwoWay = 3 } //# sourceMappingURL=Binding.d.ts.map