import { default as Command } from '../command';
declare class JogSpeed extends Command {
    constructor(xjogspeed: number | null, yjogspeed: number | null);
}
export default JogSpeed;
