import { BaseService } from "../../core/base-service.js"; import type { BinaryResponse } from "../../core/http.js"; import type { NfeAtorInteressadoParams, NfeAtorInteressadoResponse, NfeCancelInsucessoEntregaResponse, NfeCancelParams, NfeCancelResponse, NfeCartaCorrecaoParams, NfeCartaCorrecaoResponse, NfeCreateParams, NfeEconfCancelResponse, NfeEconfParams, NfeEconfResponse, NfeEmailParams, NfeEventoParams, NfeEventoResponse, NfeImportacaoParams, NfeInsucessoEntregaParams, NfeInsucessoEntregaResponse, NfeInutilizacaoParams, NfeInutilizacaoResponse, NfeInutilizacoesListParams, NfeResponse } from "./types.js"; export declare class NfeService extends BaseService { create(ref: string, params: NfeCreateParams): Promise; get(ref: string, completa?: boolean): Promise; cancel(ref: string, params: NfeCancelParams): Promise; cartaCorrecao(ref: string, params: NfeCartaCorrecaoParams): Promise; atorInteressado(ref: string, params: NfeAtorInteressadoParams): Promise; insucessoEntrega(ref: string, params: NfeInsucessoEntregaParams): Promise; cancelInsucessoEntrega(ref: string): Promise; email(ref: string, params: NfeEmailParams): Promise; inutilizar(params: NfeInutilizacaoParams): Promise; inutilizacoes(params: NfeInutilizacoesListParams): Promise; importar(ref: string, params: NfeImportacaoParams): Promise; danfePreview(params: NfeCreateParams): Promise; econf(ref: string, params: NfeEconfParams): Promise; getEconf(ref: string, protocolo: string): Promise; cancelEconf(ref: string, protocolo: string): Promise; evento(ref: string, params: NfeEventoParams): Promise; resendWebhook(ref: string): Promise; } //# sourceMappingURL=service.d.ts.map