import { MedusaContainer } from "@medusajs/framework/types"; export declare const refetchPayment: (scope: MedusaContainer, paymentId: string, fields: string[]) => Promise; export declare const validateSellerPayment: (scope: MedusaContainer, sellerId: string, paymentId: string) => Promise;