import type { CommerceEngineState } from '../../../app/commerce-engine/commerce-engine.js'; export interface SpotlightContentClickPayload { /** * The unique identifier of the spotlight content. */ id: string; /** * The desktop image URL of the spotlight content. */ desktopImage: string; /** * The 1-based position of the spotlight content in the result set. */ position: number; /** * The response ID associated with the spotlight content. */ responseId: string; } export declare const spotlightContentClick: import("@reduxjs/toolkit").AsyncThunk | undefined; serializedErrorType?: unknown; pendingMeta?: unknown; fulfilledMeta?: unknown; rejectedMeta?: unknown; }>;