import type { ProjectDirFilesSource } from "../../blueprint/Resources";
import type { FilesSourceValidator } from "./Common";
export declare const projectDirFilesSourceValidator: FilesSourceValidator<ProjectDirFilesSource>;
