import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class All extends ClientSDK { /** * Create batch transaction refund * * @remarks * Create a refund for all instruments on a transaction. */ create(transactionId: string, transactionRefundAllCreate?: components.TransactionRefundAllCreate | null | undefined, merchantAccountId?: string | null | undefined, idempotencyKey?: string | null | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=all.d.ts.map