export { FocusNFeClient } from "./client.js"; export { FocusNFeApiError, FocusNFeConnectionError, FocusNFeError, } from "./core/errors.js"; export { ConsultasService } from "./services/consultas/index.js"; export { CteService } from "./services/cte/index.js"; export { CteRecebidasService } from "./services/cte-recebidas/index.js"; export { EmpresasService } from "./services/empresas/index.js"; export { MdfeService } from "./services/mdfe/index.js"; export { NfceService } from "./services/nfce/index.js"; export { NfcomService } from "./services/nfcom/index.js"; export { NfeService } from "./services/nfe/index.js"; export { NfeRecebidasService } from "./services/nfe-recebidas/index.js"; export { NfseService } from "./services/nfse/index.js"; export { NfseNacionalService } from "./services/nfse-nacional/index.js"; export { NfseRecebidasService } from "./services/nfse-recebidas/index.js"; export { WebhooksService } from "./services/webhooks/index.js"; export type { BackupEntry, BackupResult, BinaryResponse, BlockedEmailResult, CepQueryParams, CepResult, CfopQueryParams, CfopResult, CnaeQueryParams, CnaeResult, CnpjEndereco, CnpjResult, CodigosTributariosMunicipioParams, CodigoTributarioMunicipio, CteCancelParams, CteCancelResponse, CteCartaCorrecaoParams, CteCartaCorrecaoResponse, CteCreateParams, CteDadosGtvParams, CteDadosGtvResponse, CteDesacordoParams, CteDesacordoResponse, CteDesacordoStatus, CteDocumentoReferenciado, CteDuplicata, CteNfe, CteOsCreateParams, CtePrestacaoDesacordoParams, CtePrestacaoDesacordoResponse, CteQuantidade, CteRecebida, CteRecebidasListParams, CteRegistroMultimodalParams, CteRegistroMultimodalResponse, CteResponse, CteSeguroCarga, CteStatus, CteWebhookResponse, Empresa, EmpresaCreateOptions, EmpresaCreateParams, EmpresaListParams, EmpresaUpdateOptions, EmpresaUpdateParams, FocusNFeClientOptions, FocusNFeEnvironment, FocusNFeErrorDetail, HttpMethod, ItemListaServico, ItensListaServicoParams, ManifestacaoParams, ManifestacaoResponse, ManifestacaoTipo, MdfeCancelParams, MdfeCancelResponse, MdfeCondutorParams, MdfeCondutorResponse, MdfeConhecimentoTransporte, MdfeCreateOptions, MdfeCreateParams, MdfeDfeDocumento, MdfeDfeParams, MdfeDfeResponse, MdfeEncerrarParams, MdfeEncerrarResponse, MdfeMunicipioCarregamento, MdfeMunicipioDescarregamento, MdfeNotaFiscal, MdfePercurso, MdfeResponse, MdfeStatus, MunicipioQueryParams, MunicipioResult, MunicipioStatusNfse, NcmQueryParams, NcmResult, NfceCancelParams, NfceCancelResponse, NfceCreateParams, NfceEconfCancelResponse, NfceEconfDetalhePagamento, NfceEconfParams, NfceEconfResponse, NfceEmailParams, NfceFormaPagamento, NfceInutilizacaoParams, NfceInutilizacaoResponse, NfceInutilizacoesListParams, NfceItem, NfceResponse, NfceStatus, NfcomCancelParams, NfcomCancelResponse, NfcomCreateOptions, NfcomCreateParams, NfcomResponse, NfcomStatus, NfeAtorInteressadoParams, NfeAtorInteressadoResponse, NfeCancelInsucessoEntregaResponse, NfeCancelParams, NfeCancelResponse, NfeCartaCorrecaoParams, NfeCartaCorrecaoResponse, NfeCreateParams, NfeEconfCancelResponse, NfeEconfDetalhePagamento, NfeEconfParams, NfeEconfResponse, NfeEmailParams, NfeEventoParams, NfeEventoResponse, NfeFormaPagamento, NfeImportacaoParams, NfeInsucessoEntregaParams, NfeInsucessoEntregaResponse, NfeInutilizacaoParams, NfeInutilizacaoResponse, NfeInutilizacoesListParams, NfeItem, NfeNotaReferenciada, NfeRecebida, NfeRecebidasListParams, NfeResponse, NfeStatus, NfeWebhookResponse, NfseCancelParams, NfseCancelResponse, NfseCreateParams, NfseEmailParams, NfseIntermediario, NfseNacionalCancelParams, NfseNacionalCancelResponse, NfseNacionalCreateParams, NfseNacionalResponse, NfseNacionalResponseError, NfseNacionalStatus, NfsePrestador, NfseRecebida, NfseRecebidasListParams, NfseResponse, NfseResponseError, NfseServico, NfseStatus, NfseTomador, NfseTomadorEndereco, NormalizedOptions, RequestConfig, Webhook, WebhookCreateParams, WebhookEvent, WebhookRemoveResult, } from "./types.js"; //# sourceMappingURL=index.d.ts.map