import { Controller } from './controller-types.js'; import { Scope } from './scope.js'; export declare const addBindings: (controller: Controller, node: Node, callback: (thisRef: Object) => void, bindingList: Iterable, scope: Scope) => void; //# sourceMappingURL=bindings.d.ts.map