import { default as Command } from '../command';
declare class CutCircle extends Command {
    constructor(diameter?: null, xCenterPoint?: null, yCenterPoint?: null, outInTrue?: null, direction?: null, startAngle?: null, endAngle?: null, plunge?: null, repetitions?: null, proportionX?: null, proportionY?: null, tabPocketSpiral?: null, pullUpEnd?: null, doPlungeZ?: null);
}
export default CutCircle;
