export declare const KNOWLEDGE_TOOLS: ({ name: string; description: string; read_safe: boolean; inputSchema: { type: string; properties: { domain: { type: string; description: string; }; key: { type: string; description: string; }; field: { type: string; description: string; }; data: { description: string; }; tags: { type: string; items: { type: string; }; description: string; }; query?: undefined; limit?: undefined; offset?: undefined; path?: undefined; value?: undefined; }; required: string[]; }; } | { name: string; description: string; read_safe: boolean; inputSchema: { type: string; properties: { domain: { type: string; description: string; }; key: { type: string; description: string; }; field?: undefined; data?: undefined; tags?: undefined; query?: undefined; limit?: undefined; offset?: undefined; path?: undefined; value?: undefined; }; required: string[]; }; } | { name: string; description: string; read_safe: boolean; inputSchema: { type: string; properties: { domain: { type: string; description: string; }; query: { type: string; description: string; }; tags: { type: string; items: { type: string; }; description: string; }; limit: { type: string; description: string; }; key?: undefined; field?: undefined; data?: undefined; offset?: undefined; path?: undefined; value?: undefined; }; required: string[]; }; } | { name: string; description: string; read_safe: boolean; inputSchema: { type: string; properties: { domain: { type: string; description: string; }; tags: { type: string; items: { type: string; }; description: string; }; limit: { type: string; description: string; }; offset: { type: string; description: string; }; key?: undefined; field?: undefined; data?: undefined; query?: undefined; path?: undefined; value?: undefined; }; required: string[]; }; } | { name: string; description: string; read_safe: boolean; inputSchema: { type: string; properties: { domain?: undefined; key?: undefined; field?: undefined; data?: undefined; tags?: undefined; query?: undefined; limit?: undefined; offset?: undefined; path?: undefined; value?: undefined; }; required?: undefined; }; } | { name: string; description: string; read_safe: boolean; inputSchema: { type: string; properties: { domain: { type: string; description: string; }; key: { type: string; description: string; }; path: { type: string; description: string; }; value: { description: string; }; field?: undefined; data?: undefined; tags?: undefined; query?: undefined; limit?: undefined; offset?: undefined; }; required: string[]; }; })[];