/** * Sync standard npm `node_modules` files to `miniprogram_npm` for weixin * @param graphOfDependencies All files of dependency graph * @param projectCwd The file from cwd. * @param distCwd Where the file sync to */ export declare const syncToWxNpmModules: (graphOfDependencies: Map>, projectCwd: string, distCwd: string, withSourceMap?: boolean) => void;