import { type ProjectId } from '@pnpm/types';
export declare function getLockfileImporterId(lockfileDir: string, prefix: string): ProjectId;
