/** * Schematic catalog rows: [kind, label, category]. */ import type { SchematicCatalogRow } from './types'; export declare const SCHEMATIC_CATALOG: SchematicCatalogRow[];