importtype { ICommand } from'./ICommand.js';
/**
* Interface that should be implemented in order to define
* a synchronous command
*
* @remarks Since 1.5.0
* @public
*/exportinterfaceCommand<Modelextendsobject, Real> extendsICommand<Model, Real, void> {
}