interface findPkgArgs {
    cwd?: string;
}
declare function findPkg(cwd: string, args?: findPkgArgs): any;
export = findPkg;
