import { Pop } from '../entity/OrderDTO'; import { JosCore, RequestOptions } from '../JosCore'; export declare class RefundAPI { /** * 退款审核单列表查询 * @param josCore * @param apiParams {@link Pop.Afs.Soa.RefundApply.QueryPageListRequest} * @param accessToken * @link https://jos.jd.com/apilist?apiGroupId=71&apiId=13151&apiName=jingdong.pop.afs.soa.refundapply.queryPageList */ static JingdongPopAfsSoaRefundApplyQueryPageList(josCore: JosCore, apiParams: Pop.Afs.Soa.RefundApply.QueryPageListRequest, accessToken: string, options?: RequestOptions): Promise; }