import { PaymentContext, SdkContext, SdkResponse } from "../../model"; import { ErrorResponse, RefundsResponse } from "../model/domain"; export declare function refunds(sdkContext: SdkContext): (merchantId: string, paymentId: string, paymentContext?: PaymentContext | null) => Promise>;