import type { InternalDrawingTool } from '../engine'; export declare const elliottImpulseTool: InternalDrawingTool; export declare const elliottCorrectionTool: InternalDrawingTool; export declare const elliottTriangleTool: InternalDrawingTool;