import { Hex, XString } from "../types";
export declare function bitnot(right: XString | Hex): Hex;
