import { MedusaContainer } from "@medusajs/framework"; export declare const refetchSalesChannel: (id: string, scope: MedusaContainer, fields: string[]) => Promise; export declare const ensureSellerOwnsProducts: (scope: MedusaContainer, sellerId: string, productIds: string[]) => Promise;