import { ProductTypes, SalesChannelTypes, ShippingProfileDTO } from "@medusajs/framework/types";
export declare const normalizeV1Products: (rawProducts: object[], supportingData: {
    productTypes: ProductTypes.ProductTypeDTO[];
    productCollections: ProductTypes.ProductCollectionDTO[];
    salesChannels: SalesChannelTypes.SalesChannelDTO[];
    shippingProfiles: ShippingProfileDTO[];
}) => object[];
//# sourceMappingURL=normalize-v1-import.d.ts.map