import { IAnyToHexOptions, IPrepareHexOptions } from './interfaces'; export declare function anyToHex(data?: any, options?: IAnyToHexOptions): string; export declare function prepareHex(hex: string, options?: IPrepareHexOptions): string;