export declare const tipoDocumento: {
    FE: {
        code: string;
    };
    ND: {
        code: string;
    };
    NC: {
        code: string;
    };
    TE: {
        code: string;
    };
    CCE: {
        code: string;
        msjReceptorCode: string;
    };
    CPCE: {
        code: string;
        msjReceptorCode: string;
    };
    RCE: {
        code: string;
        msjReceptorCode: string;
    };
};
