import { KlevuFetchModifer } from "../index.js"; import { KlevuV1CategoryProductsView } from "../../events/eventRequests.js"; /** * This modifier should be used with merchandising query. It sends * automatically correct event data to Klevu * * @category Modifier * @param title Title of the category page viewed * @returns */ export declare function sendMerchandisingViewEvent(title: string, override?: Partial): KlevuFetchModifer;