import { default as Command } from '../command';
declare class JogX extends Command {
    constructor(distance: number);
}
export default JogX;
