import { IArtificialCmd } from '../index';
export interface IArtificialAState {
    cmds: IArtificialCmd[];
}
