export declare const toBase58: (buffer: Uint8Array) => string;
export declare const fromBase58: (str: string) => Uint8Array<ArrayBuffer>;
