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