export declare function npmLinkCommand({project, local, deep, verbose, yarn, here}: { project: any; local: any; deep: any; verbose: any; yarn: any; here: any; }): Promise; export declare function run(cli: any): Promise;