/// /** * We allow extending the `env` file before reading it using: * * ``` * import { env } from '@neuledge/env/root'; * * Object.extend(env, { ... }); * ``` */ export declare const env: NodeJS.ProcessEnv; //# sourceMappingURL=root.d.ts.map