import { TEth } from '../models/TEth'; export declare namespace $base { class Base { alphabet: string; private BASE; private MAP; constructor(alphabet: string); encode(hex: TEth.Hex): string; decode(baseX: string): TEth.Hex; } export const $58: Base; export {}; }