import { BindingOperatorType } from './BindingOperatorType'; export declare abstract class BindingBase { operator: BindingOperatorType; }