import { BaseService } from "../../core/base-service.js"; import type { NfcomCancelParams, NfcomCancelResponse, NfcomCreateOptions, NfcomCreateParams, NfcomResponse } from "./types.js"; export declare class NfcomService extends BaseService { create(ref: string, params: NfcomCreateParams, options?: NfcomCreateOptions): Promise; get(ref: string, completa?: boolean): Promise; cancel(ref: string, params: NfcomCancelParams): Promise; resendWebhook(ref: string): Promise; } //# sourceMappingURL=service.d.ts.map