import { Command } from './Command';

export abstract class VoidCommand extends Command<void> {}
