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