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