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