import type { ProjectSnapshot } from '@pnpm/lockfile.types'; import type { DependenciesField } from '@pnpm/types'; export declare function filterImporter(importer: ProjectSnapshot, include: { [dependenciesField in DependenciesField]: boolean; }, opts?: { skipRuntimes?: boolean; }): ProjectSnapshot;