export declare const Base58: Readonly<{ string(bytes: Uint8Array): string; bytes(string: string): Uint8Array; random(count?: number): string; }>;