export declare function registerBaseBinding(bindingName: string, optionsName?: string): void; export declare function addToBindingsCache(bindingText: string, value: ($context: any, $element: any) => any): void;