1declare const process: {
2  env: {
3    NODE_ENV: string;
4  };
5  [key: string]: any;
6};
7