export declare namespace bindingConstants {
    const sourceProperty = "sourceProperty";
    const targetProperty = "targetProperty";
    const expression = "expression";
    const twoWay = "twoWay";
    const source = "source";
    const bindingValueKey = "$value";
    const parentValueKey = "$parent";
    const parentsValueKey = "$parents";
    const newPropertyValueKey = "$newPropertyValue";
}
export declare const parentsRegex: RegExp;
export declare function getBindingOptions(name: string, value: string): any;
