export interface IPropertyBinding<V> {
    get(): V;
    set(v: V): void;
}
//# sourceMappingURL=IPropertyBinding.d.ts.map