import { productCatalog } from './productCatalog'; import { productCatalogSelectors } from './selectors'; import type { ProductCatalogInterpreter } from './types'; export { productCatalog, productCatalogSelectors }; export type { ProductCatalogInterpreter };