import Command from '../../command'; import Bluebird from 'bluebird'; export default class ReverseCommand extends Command { execute(remote: string, local: string): Bluebird; } //# sourceMappingURL=reverse.d.ts.map