export declare const encodeThetaLegacyAddress: (source: Uint8Array) => string; export declare const decodeThetaLegacyAddress: (source: string) => import("../utils/bytes.js").ByteArray; export declare const thetaLegacy: { readonly name: "thetaLegacy"; readonly coinType: 500; readonly encode: (source: Uint8Array) => string; readonly decode: (source: string) => import("../utils/bytes.js").ByteArray; }; //# sourceMappingURL=thetaLegacy.d.ts.map