import { getProductCards } from "./product-cards"; import { getProductDetail } from "./product-detail"; import { getProductPromotionSearch } from "./product-promotion"; export declare const productDisplay: { getProductCards: typeof getProductCards; getProductDetails: typeof getProductDetail; getProductPromotionSearch: typeof getProductPromotionSearch; };