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