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