import type { Dirent } from "fs";
import type { ProjectSource } from "./project.js";
export declare function readProjectDirectory(project: ProjectSource, path: string): Promise<Dirent[]>;
