import type { TypedArray } from "../types";
export declare const hex: {
    encode: (data: string | ArrayBuffer | TypedArray) => string;
    decode: (data: string | ArrayBuffer | TypedArray) => string;
};
//# sourceMappingURL=hex.d.ts.map