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