import { XString } from "../types";
export declare function bitor(left: XString, right: XString): XString;
