import { Environment } from '@nfewizard/shared'; import { Utility } from '@nfewizard/shared'; import { XmlBuilder } from '@nfewizard/shared'; import { BaseNFE } from '@nfewizard/shared'; import { AxiosInstance } from 'axios'; import { GerarConsultaImpl, SaveFilesImpl, NFEconsultaProtocoloServiceImpl } from '@nfewizard/types/shared'; export declare class NFEconsultaProtocoloService extends BaseNFE implements NFEconsultaProtocoloServiceImpl { constructor(environment: Environment, utility: Utility, xmlBuilder: XmlBuilder, axios: AxiosInstance, saveFiles: SaveFilesImpl, gerarConsulta: GerarConsultaImpl); protected gerarXml(chave: string): string; } export default NFEconsultaProtocoloService;