import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class Refunds extends ClientSDK { /** * Get refund * * @remarks * Fetch a refund. */ get(refundId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=refunds.d.ts.map