declare function isDepInstalled(name: string, ...list: Array | null>): boolean; export default isDepInstalled;