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