/** * The package.json config namespace was renamed from `mikrojs` to `mikro`. * There is no compatibility shim: a lingering `mikrojs` key is almost always a * stale config that would otherwise be silently ignored, so we fail loudly with * migration guidance instead. */ export declare function assertNoLegacyMikroConfig(pkg: { mikrojs?: unknown; }, source: string): void; //# sourceMappingURL=legacyConfig.d.ts.map