export declare namespace Plugins { const compile: (pluginToBeRemoved?: string) => Promise; const userHome: () => Promise; const commandsOffered: (plugin?: string) => Promise; } export default Plugins;