import { type ProductListingState } from './product-listing-state.js'; export declare const productListingReducer: import("@reduxjs/toolkit").Reducer & { getInitialState: () => ProductListingState; };