declare const Le: {
    _commands: Map<any, any>;
    _codes: Map<any, any>;
    _PACK: null;
    _UNPACK: null;
    SymCmd: symbol;
    FLAG: {
        F_ALLOC: number;
        F_HOOK: number;
        F_ID: number;
    };
    SetMsgpackr(e: any, t: any): void;
    GetHandlers(): any[];
    Add(t: any, n: any): void;
    Encode(t: any, n: any, i?: {}): any;
    Decode(e: any): {
        command: any;
    };
};
export { Le as CandorCodec };
//# sourceMappingURL=codec-candor.d.ts.map