export interface EnvConfig { [key: string]: string | number | boolean | EnvConfig; }