import type { ProductListingsServerInitialState } from './types/index.js'; /** * Converts server data for a product list (listing or sets) to store state. * * @param data - Params injected by the server. * * @returns Initial state for the products lists reducer. */ declare const serverInitialState: ProductListingsServerInitialState; export default serverInitialState;