declare const getNodeEnv: () => "development" | "production" | "test"; export default getNodeEnv;