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