export declare const hexEncodeName: (name: string) => string; export declare const hexDecodeName: (hex: string) => string;