import Command from '../../command'; import Bluebird from 'bluebird'; export default class UninstallCommand extends Command { execute(pkg: string): Bluebird; } //# sourceMappingURL=uninstall.d.ts.map