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