import type { BaseSpotlightContent, SpotlightContent } from '../api/commerce/common/result.js'; export declare function buildMockBaseSpotlightContent(config?: Partial): BaseSpotlightContent; export declare function buildMockSpotlightContent(config?: Partial): SpotlightContent;