export default class Plugins { pluginsFolderPath: string; pluginsPaths: string[]; plugins: { [x: string]: any; }; constructor(pluginsFolderPath: string); private getPlugins; loadPlugins(): Promise; start(): Promise; }