import ClientCommand from "./ClientCommand"; /** The command that indicates the engine is in UCI mode. */ export default class UciOkCommand extends ClientCommand { }