export declare const base58FromBytes: (input: Uint8Array) => string;
export declare const base58ToBytes: (str: string) => Uint8Array;
//# sourceMappingURL=base58.d.ts.map