import { NFERecepcaoEventoServiceImpl } from '@treeunfe/types/interfaces'; declare class NFECancelamento implements NFERecepcaoEventoServiceImpl { nfeCancelamentoServiceService: NFERecepcaoEventoServiceImpl; constructor(nfeCancelamentoServiceService: NFERecepcaoEventoServiceImpl); Exec(data?: any): Promise; } export default NFECancelamento;