// @flow declare function findGitRoot(start?: string): string; declare module.exports: typeof findGitRoot;