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