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