import { MedusaContainer } from "@medusajs/framework"; export declare const refetchOffer: (offerId: string, scope: MedusaContainer, fields: string[]) => Promise; export declare const validateSellerOffer: (scope: MedusaContainer, sellerId: string, offerId: string) => Promise;