import { MensajeReceptorContenedor } from '@src/types/xml/mensajeReceptor';
export declare function getMsjObj(opts: {
    fullInvoice: any;
    consecutivo: string;
    tipoDocKey: string;
}): MensajeReceptorContenedor;
export declare function getFinalMessage(fullInvoice: any, consecutivoReceptor: string, xmlBase64: any): any;
