import { PnpmProjectParseOptions, ScannedNodeProject } from '../types'; export declare const parsePnpmWorkspace: (root: string, workspaceDir: string, options: PnpmProjectParseOptions) => Promise;