/// <reference types="node" />
export declare const prefix: {
    tz1: Uint8Array;
    tz2: Uint8Array;
    tz3: Uint8Array;
    KT: Uint8Array;
    edpk: Uint8Array;
    edsk2: Uint8Array;
    spsk: Uint8Array;
    p2sk: Uint8Array;
    sppk: Uint8Array;
    p2pk: Uint8Array;
    edesk: Uint8Array;
    edsk: Uint8Array;
    edsig: Uint8Array;
    spsig1: Uint8Array;
    p2sig: Uint8Array;
    sig: Uint8Array;
    Net: Uint8Array;
    nce: Uint8Array;
    b: Uint8Array;
    o: Uint8Array;
    Lo: Uint8Array;
    LLo: Uint8Array;
    P: Uint8Array;
    Co: Uint8Array;
    id: Uint8Array;
};
declare const eztz: {
    prefix: {
        tz1: Uint8Array;
        tz2: Uint8Array;
        tz3: Uint8Array;
        KT: Uint8Array;
        edpk: Uint8Array;
        edsk2: Uint8Array;
        spsk: Uint8Array;
        p2sk: Uint8Array;
        sppk: Uint8Array;
        p2pk: Uint8Array;
        edesk: Uint8Array;
        edsk: Uint8Array;
        edsig: Uint8Array;
        spsig1: Uint8Array;
        p2sig: Uint8Array;
        sig: Uint8Array;
        Net: Uint8Array;
        nce: Uint8Array;
        b: Uint8Array;
        o: Uint8Array;
        Lo: Uint8Array;
        LLo: Uint8Array;
        P: Uint8Array;
        Co: Uint8Array;
        id: Uint8Array;
    };
    utility: {
        b58cencode: (payload: Uint8Array, prefix: Uint8Array) => string;
        b58cdecode: (enc: string, prefix: Uint8Array) => Buffer;
    };
};
export default eztz;
