declare const productionRelease: boolean; declare const development: boolean; /** * HMR enabled by default * * Always disable HMR in production-like environments */ declare const hmr: boolean; export { productionRelease, development, hmr }; //# sourceMappingURL=env.d.ts.map