import { Environment } from '@nfewizard/shared'; import { Utility } from '@nfewizard/shared'; import { XmlBuilder } from '@nfewizard/shared'; import { AxiosInstance } from 'axios'; import NFERecepcaoEventoService from './NFERecepcaoEventoService.js'; import { GerarConsultaImpl, SaveFilesImpl } from '@nfewizard/types/shared'; export declare class NFECancelamentoService extends NFERecepcaoEventoService { constructor(environment: Environment, utility: Utility, xmlBuilder: XmlBuilder, axios: AxiosInstance, saveFiles: SaveFilesImpl, gerarConsulta: GerarConsultaImpl); } export default NFECancelamentoService;