declare function findFile(projectPath: string, fileName: string): Promise<string>;
export default findFile;
