export declare const encodeVlxLegacyAddress: (data: Uint8Array) => string; export declare const decodeVlxLegacyAddress: (str: string) => Uint8Array; export declare const vlxLegacy: { readonly name: "vlxLegacy"; readonly coinType: 574; readonly encode: (data: Uint8Array) => string; readonly decode: (str: string) => Uint8Array; };