import Command from '../../command'; import { Duplex } from 'stream'; import Bluebird from 'bluebird'; export default class LogCommand extends Command { execute(name: string): Bluebird; } //# sourceMappingURL=log.d.ts.map