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