export declare const toB58: (buffer: Uint8Array) => string;
export declare const fromB58: (str: string) => Uint8Array;
