import type { BytesLike } from '../types/UtilsTypes.js';
export declare function encode58(buffer: BytesLike | string): string;
export declare function decode58(string: string): number[];
