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