/// export declare const environment: { ENV: string; appTitle: string; appVersion: string; appDescription: string; appTag: string; httpPort: number; httpsPort: number; webAppHttpPort: number; webAppHttpsPort: number; autoUpdateApp: boolean; autoUpdateInstalledPlugins: boolean; ip: string; security: { certUrl: string; keyUrl: string; }; pluginListUrl: string; apiManagerRepositoryUrl: string; corsConfig: { allowedHeaders: string; origin: string; headers: string[][]; }; platform: string; arch: NodeJS.Architecture; platformId: string; globalNodeModulesDirectory: string; myNpmModulesDir: string; appDirectory: { win: string; osx: string; linux: string; }; analyticsFilePath: { win: string; osx: string; linux: string; }; propertiesFilePath: { win: string; osx: string; linux: string; }; walletsFilePath: { win: string; osx: string; linux: string; }; };