import { ProjectInfo } from '../connect/project'; /** * If --file is specified, filter projectInfo.files to only include those files. * Exits with an error if any file doesn't exist or isn't in the project's file list. */ export declare function filterProjectInfoByFile(projectInfo: ProjectInfo, files: string[] | string | undefined): ProjectInfo; //# sourceMappingURL=filter_project_info.d.ts.map