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