import { MedusaContainer } from "@medusajs/framework/types"; export interface StoreData { store_name: string; storefront_url: string; } export declare function fetchStoreData(container: MedusaContainer): Promise; //# sourceMappingURL=store.d.ts.map