import { Hex, XString } from "../types";
export declare function o(operand1: Hex | XString, operand2: Hex | XString): boolean;
