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