import type { InternalDrawingTool } from '../engine'; declare const DEFAULT_FIB_LEVELS: number[]; export declare const fibRetracementTool: InternalDrawingTool; export { DEFAULT_FIB_LEVELS };