import { BRC } from '../types/RuntimeCxt';
export declare function getAccountPayRefunds(params: {
accountId: string;
price: number;
}, context: BRC): Promise<Omit<import("../oak-app-domain/Refund/Schema").CreateOperationData, "entity" | "entityId">[]>;