import { Registries } from '@pnpm/types'; export declare function forPackages(packages: string[], projectPath: string, maybeOpts?: { alwaysPrintRootPackage?: boolean; depth?: number; long?: boolean; only?: 'dev' | 'prod'; parseable?: boolean; registries?: Registries; shrinkwrapDirectory?: string; }): Promise; export default function (projectPath: string, maybeOpts?: { alwaysPrintRootPackage?: boolean; depth?: number; long?: boolean; only?: 'dev' | 'prod'; parseable?: boolean; registries?: Registries; shrinkwrapDirectory?: string; }): Promise;