import { FormattedCliOutput } from './cli-parser-types';
export declare const parseYarnListOutput: (rawYarnListOutput: string, manifestDependencies: Record<string, string>) => FormattedCliOutput;
