import binary from './binary';
import hex from './hex';
import base62 from './b62';
import base36 from './base36';
import basex from './basex';
import customAlphabet from './customAlphabet';
declare const _default: {
    binary: typeof binary;
    hex: typeof hex;
    base62: typeof base62;
    base36: typeof base36;
    basex: typeof basex;
    customAlphabet: typeof customAlphabet;
};
export default _default;
