/** * Find the executable in a node_modules/.bin folder between the cwd * and the projectRoot. * * Returns `[executable, target]` showing the package origin. */ export declare const findExecutable: (arg0: string, projectRoot: string) => Promise;