export * from '../shared'; export * from './schema-readonly'; export * from './schema'; export * from './registry'; import type { ToolDefinition } from '../../types'; export declare const labelsTools: ToolDefinition[]; export declare const labelsReadOnlyTools: string[];