export declare const getResourceListApi: (params: { form_id: string; shop_id: string; form_data_status: string; }) => Promise; /** * @title: 获取特殊资源列表 * @Author: xiangfeng.xue */ export declare const getSpecialResourceListApi: (params: { event_item_ids?: string | number[]; }) => Promise;