export type modeByAppKey = 'production' | 'test' | 'development' | 'local';