import { Tool } from "./Tool";
export interface PnpmWorkspaceYaml {
    packages?: string[];
}
export declare const PnpmTool: Tool;
