import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class RefundSettlements extends ClientSDK { /** * Get transaction refund settlement * * @remarks * Retrieve a specific refund settlement for a transaction by its unique identifier. */ get(transactionId: string, settlementId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise; /** * List transaction refund settlements * * @remarks * List all refund settlements for a specific transaction. */ list(transactionId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=refundsettlements.d.ts.map