export declare const encodings: {
    BIN: string;
    OCT: string;
    DEC: string;
    HEX: string;
    BASE58: string;
};
