/** * Schematic glyph dispatch (kind → drawer). */ import type { App } from '../../../App'; import type { Group } from '../../../shapes/Group'; export declare function drawSchematicGlyph(app: App, g: Group, kind: string): void;