import { I } from './index'; export default class implements I.IPlugins { private readonly mfConfig; private readonly depURLs; private readonly config; private readonly metaData; private readonly appId; private readonly isShell; constructor(currentPath: string, isShell: boolean); private collectDependencies; private collectPlugins; plugins(): I.Plugins; }