/**
 * 将 .env.local 中 NPM_TOKEN 的值写入到 .npmrc 中
 */
export declare function writeEnvTokenToNpmRC(): void;
