import { BaseService } from "../../core/base-service.js"; import type { BinaryResponse } from "../../core/http.js"; import type { CteDesacordoParams, CteDesacordoResponse, CteRecebida, CteRecebidasListParams } from "./types.js"; export declare class CteRecebidasService extends BaseService { list(params: CteRecebidasListParams): Promise; get(chave: string): Promise; getXml(chave: string): Promise; getCancelamentoXml(chave: string): Promise; getCartaCorrecaoXml(chave: string): Promise; desacordo(chave: string, params: CteDesacordoParams): Promise; getDesacordo(chave: string): Promise; } //# sourceMappingURL=service.d.ts.map