import { Project, ProjectFile } from "@atomist/automation-client";
/**
 * Return the first file found of the given paths
 * @param {Project} p
 * @param {string} paths
 * @return {Promise<File | undefined>}
 */
export declare function firstFileFound(p: Project, ...paths: string[]): Promise<ProjectFile | undefined>;
//# sourceMappingURL=fileUtils.d.ts.map