import type { DrawingOptions } from '../../api/types'; /** Apply line style (solid, dashed, dotted) to canvas context */ export declare function applyLineStyle(ctx: CanvasRenderingContext2D, options: DrawingOptions): void;