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