import type { PackageInstaller, InstallerOptions } from '@atlaspack/types'; export declare class Pnpm implements PackageInstaller { static exists(): Promise; install({ modules, cwd, saveDev, }: InstallerOptions): Promise; }