import most = require('most'); import * as supi from 'supi'; export default function (log$: { progress: most.Stream; stage: most.Stream; deprecation: most.Stream; summary: most.Stream; lifecycle: most.Stream; stats: most.Stream; installCheck: most.Stream; registry: most.Stream; root: most.Stream; packageJson: most.Stream; link: most.Stream; other: most.Stream; cli: most.Stream; }, isRecursive: boolean, cmd: string, widthArg?: number, appendOnly?: boolean, throttleProgress?: number): Array>>;