/// export declare const addHexPrefix: (hex: string) => string; export declare const bufferToHex: (buf: Buffer, prefixed?: boolean) => string; export declare const utf8ToHex: (utf8: string, prefixed?: boolean) => string;