import { Context } from '@vue-storefront/core'; import { GoodListsParams, ApiResult } from '../../types'; export default function getProduct(context: Context, params: GoodListsParams): Promise;