2017-12-13 19:55:08 +00:00
|
|
|
import { UUID } from '../UUID';
|
|
|
|
|
import { CommandsBase } from './CommandsBase';
|
|
|
|
|
export declare class AgentCommands extends CommandsBase {
|
2018-10-07 14:59:07 +01:00
|
|
|
private animate;
|
2017-12-13 19:55:08 +00:00
|
|
|
startAnimations(anim: UUID[]): Promise<void>;
|
|
|
|
|
stopAnimations(anim: UUID[]): Promise<void>;
|
|
|
|
|
}
|