import { default as Command } from '../command';
declare class Jog3 extends Command {
    constructor(distanceX?: number | null, distanceY?: number | null, distanceZ?: number | null);
}
export default Jog3;
