import execa from "execa"; export declare function npmInstall({ prefix, packageName, version, npmrcUserconfig, }: { prefix: string; packageName: string; version: string; npmrcUserconfig: string | undefined; }): execa.ExecaChildProcess; export declare function npmPublish({ npmrcUserconfig, cwd, }: { npmrcUserconfig: string | undefined; cwd: string; }): execa.ExecaChildProcess; //# sourceMappingURL=npm.d.ts.map