import type { Component } from '../../types'; export default function getPackageJsonFromTempDir(tempDirPath: string): Promise;