export declare const encodeXrpAddress: (from: Uint8Array) => string; export declare const decodeXrpAddress: (to: string) => Uint8Array; export declare const xrp: { readonly name: "xrp"; readonly coinType: 144; readonly encode: (from: Uint8Array) => string; readonly decode: (to: string) => Uint8Array; }; //# sourceMappingURL=xrp.d.ts.map