declare const _default: (opts: {
    token: string;
    tipoDocKey: string;
    consecutivo: any;
    xmlStr: string;
    pemOpt: any;
}) => Promise<any>;
export default _default;
