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