export declare function findWorkspacePackages(workspaceYaml: string): Promise; export declare function findWorkspacePackagesSync(workspaceYaml: string): string[]; export declare function getPackageFilters(workspaceYaml: string): string[] | undefined; //# sourceMappingURL=pnpm.d.ts.map