import { ProductModel } from '../../data/models/product-model'; export declare const getFetchedProductData: ({ scope, }?: { scope?: string | undefined; }) => Promise; //# sourceMappingURL=getFetchedProductData.d.ts.map