/** * Workaround: Medusa's feature flag discovery scans only up to depth 2 * from the project root, so feature flags defined inside plugins * (node_modules) are never discovered. This loader manually registers * the plugin's feature flags on the global FeatureFlag router. */ import { LoaderOptions } from "@medusajs/framework/types"; export default function registerFeatureFlagsLoader({ container: _container, }: LoaderOptions): Promise;