declare const isTypeScriptProject: (projectPath: string) => boolean;
export default isTypeScriptProject;
