declare function findPkgs(root: string, opts?: { ignore?: string[]; }): Promise; export = findPkgs;