export interface IEnvironment { path: string; pluginsPath: string; repositoryPath: string; configurationPath: string; environment: string; }