/// <reference types="node" />
export declare const safeProcess: Partial<NodeJS.Process>;
export declare function getEnv(): NodeJS.ProcessEnv | undefined;
export declare const isProduction: boolean;
//# sourceMappingURL=env.d.ts.map