import { type ByteArray } from 'viem'; export declare function packetToBytes(packet: string): ByteArray; export declare function bytesToPacket(bytes: ByteArray): string; //# sourceMappingURL=hexEncodedName.d.ts.map