import { FileData } from '../config/project-graph';
export declare function allFileData(): Promise<FileData[]>;
