/** * Query Tools * * Tools for navigating and querying AAS structures: * - Finding elements by semantic ID * - Selecting by path * - Listing submodels and elements */ import type { ToolDefinition } from '../types.js'; export declare const queryTools: ToolDefinition[]; //# sourceMappingURL=query.d.ts.map