import { SdkContext, SdkResponse } from "../../model/index.js"; import { ErrorResponse, PaymentsReportResponse } from "../model/domain/index.js"; import { GetPaymentsReportParams } from "../model/merchantbatch/index.js"; export declare function getPaymentsReport(sdkContext: SdkContext): (merchantId: string, merchantBatchReference: string, params: GetPaymentsReportParams) => Promise>;