export declare function linkNodeModules(src: string, dest: string): Promise<{ reused: Boolean; warn?: string; }>;