import { Command } from './Command';
export declare abstract class VoidCommand extends Command<void> {
}
