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