import { XPathContext } from '../xpath-types'; import { BinaryOperation } from './binary-operation'; export declare class BarOperation extends BinaryOperation { evaluate(c: XPathContext): import("../xpath-types").XNodeSet; toString(): string; }