import { SdkCallback } from "../model";
import { FindRefundsParams } from "../model/refunds";
declare const findRefunds: (merchantId: string, paymentContext: FindRefundsParams, cb: SdkCallback) => void;
export = findRefunds;
