declare module 'find-up' { interface Options { cwd?: string; type?: 'file' | 'directory'; } } export default toplevel; /** * Find the next git root */ declare function toplevel(cwd: string): Promise; //# sourceMappingURL=index.d.ts.map