import type { AIPlugin } from './AITypes'; import type { LumenColumnType } from './ColumnModel'; export declare class AIRegistry { private plugins; register(plugin: AIPlugin): void; getPlugin(type: LumenColumnType): AIPlugin | undefined; } //# sourceMappingURL=AIRegistry.d.ts.map