import type { NormalizedPackageJson } from 'read-package-up'; export declare const installPnpmPlugin: (skubaManifest: NormalizedPackageJson, exec?: import("../../utils/exec.js").Exec) => Promise;