declare const process: {
  env: {
    NODE_ENV: string;
  };
  [key: string]: any;
};