/** * 获取公用数据 */ declare const useBaseData: () => { country: { value: string | number | number[]; label: string | undefined; }[] | undefined; channelCooperationShops: import("../../filter/type").Option[] | undefined; }; export default useBaseData;