import { FormattedCliOutput } from './cli-parser-types'; export declare const parseYarnInfoOutput: (rawYarnInfoOutput: string) => FormattedCliOutput;