import type { SearchApiService } from "../../searchWidget/types"; import type { SearchProductsParams, SearchProductsResponse } from "../types"; export declare function useProductsApi(apiService: SearchApiService | undefined): { searchProducts: (params: SearchProductsParams) => Promise; }; //# sourceMappingURL=useProductsApi.d.ts.map