export { isProduction }; export { getNodeEnv }; declare function isProduction(): boolean; declare function getNodeEnv(): null | undefined | string;