export declare function to_b58(B: any, //Uint8Array raw byte input A?: string): string; export declare function from_b58(S: any, //Base58 encoded string input A?: string): Uint8Array | undefined;