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