export declare const BASE58_ALLOWED_CHARS = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"; export declare function decodeBase58(str: string): Uint8Array; export declare function encodeBase58(data: Uint8Array): string; //# sourceMappingURL=base58Utils.d.ts.map