import { PropertyObserverHandler } from './property/propertyObserverHandler';
import { IBindingContext } from '../interface/exported';
export declare function createBindingExpression(expression: string, _class: IBindingContext, setterClass: PropertyObserverHandler): void;
export declare function removeBindingExpression(text: string, _class: IBindingContext, handlerClass: PropertyObserverHandler): void;
