export class Operators {
  static readonly operators: any;
  static addOperator(name: string, conjunction: any): void;
  static addOperators(conjunctions: any): void;
  static getOperator(name: string): any;
  static getOperators(): any;
}
