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