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