/** * Import Tools * * Tools for importing data into AAS structures: * - PDF datasheet extraction * - CSV/Excel mapping * - Image OCR * - Existing AAS merge * - Template-based generation */ import type { ToolDefinition } from '../types.js'; export declare const importTools: ToolDefinition[]; //# sourceMappingURL=import.d.ts.map