export declare function npmLink({cwd, yarn, module}: {
    cwd: any;
    yarn: any;
    module?: string;
}): any;
