import { BaseService } from "../../core/base-service.js"; import type { BinaryResponse } from "../../core/http.js"; import type { ManifestacaoParams, ManifestacaoResponse, NfeRecebida, NfeRecebidasListParams } from "./types.js"; export declare class NfeRecebidasService extends BaseService { list(params: NfeRecebidasListParams): Promise; get(chave: string): Promise; getXml(chave: string): Promise; getCancelamentoXml(chave: string): Promise; getCartaCorrecaoXml(chave: string): Promise; manifestar(chave: string, params: ManifestacaoParams): Promise; getManifestacao(chave: string): Promise; resendWebhook(chave: string): Promise; } //# sourceMappingURL=service.d.ts.map