export declare function base58ToBytes(value: string): Uint8Array; export declare function bytesToBase58(bytes: Uint8Array): string;