declare const shouldInstall: (installedModules: Array, moduleId: string, moduleVersion?: string | undefined) => boolean; export default shouldInstall;