import { MedusaContainer } from "@medusajs/framework"; export declare const validateSellerExchange: (scope: MedusaContainer, sellerId: string, exchangeId: string) => Promise;