import { BaseService } from "../../core/base-service.js"; import type { NfceCancelParams, NfceCancelResponse, NfceCreateParams, NfceEconfCancelResponse, NfceEconfParams, NfceEconfResponse, NfceEmailParams, NfceInutilizacaoParams, NfceInutilizacaoResponse, NfceInutilizacoesListParams, NfceResponse } from "./types.js"; export declare class NfceService extends BaseService { create(ref: string, params: NfceCreateParams): Promise; get(ref: string, completa?: boolean): Promise; cancel(ref: string, params: NfceCancelParams): Promise; email(ref: string, params: NfceEmailParams): Promise; inutilizar(params: NfceInutilizacaoParams): Promise; inutilizacoes(params: NfceInutilizacoesListParams): Promise; econf(ref: string, params: NfceEconfParams): Promise; getEconf(ref: string, protocolo: string): Promise; cancelEconf(ref: string, protocolo: string): Promise; } //# sourceMappingURL=service.d.ts.map