/** * Check whether TypeScript is installed. * * @exports * @returns {boolean} */ export default function hasTypeScript(): boolean;