import { default as Command } from '../command';
declare class CutGCircle extends Command {
    constructor(diameter?: null, xEndPoint?: null, yEndPoint?: null, xCenterOffset?: null, yCenterOffset?: null, outInTrue?: null, direction?: null, plunge?: null, repetitions?: null, proportionX?: null, proportionY?: null, tabPocketSpiral?: null, pullUpEnd?: null, doPlungeZ?: null);
}
export default CutGCircle;
