import { MultiProjectResultCustom } from '../types'; export declare function processPnpmWorkspaces(root: string, settings: { strictOutOfSync?: boolean; dev?: boolean; optional?: boolean; exclude?: string; showNpmScope?: boolean; }, targetFiles: string[]): Promise;