import * as go from '../../../../libs/gojs/release/go'; import { SectorReshapingTool } from './SectorReshapingTool'; export declare class ExtendedSectorReshapingTool extends SectorReshapingTool { /** * If the Part is selected, show two angle-changing tool handles and one radius-changing tool handle. * Change Shape color to red when element is locked, otherwise lime. * @override * @this {SectorReshapingTool} * @param {Part} part */ updateAdornments(part: go.Part): void; }