/** * Internal utilities for Next.js configuration. * These are not exported from the public API. * @internal */ export { detectEnvironment, type EnvironmentMode } from './environment'; export { createLoaders, type LoaderFactoryOptions } from './loader-factory'; //# sourceMappingURL=index.d.ts.map