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