import { default as Command } from '../command';
declare class MoveSetSpeed extends Command {
    constructor(xySpeed?: number | null, zSpeed?: number | null, aSpeed?: number | null, bSpeed?: number | null);
}
export default MoveSetSpeed;
