import type { ProjectSource } from "../project/project.js";
export declare function isTypescriptProject(project: ProjectSource): Promise<boolean>;
