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