import { handleGetNeoPopComponent } from './components/get-neopop-component.js'; import { handleListNeoPopComponents } from './components/list-neopop-components.js'; import { handleGetNeoPopExample } from './examples/get-neopop-example.js'; import { handleSearchNeoPopExamples } from './examples/search-neopop-examples.js'; import { handleGetNeoPopDocs } from './repository/get-neopop-docs.js'; export declare const toolHandlers: { get_neopop_component: typeof handleGetNeoPopComponent; list_neopop_components: typeof handleListNeoPopComponents; get_neopop_example: typeof handleGetNeoPopExample; search_neopop_examples: typeof handleSearchNeoPopExamples; get_neopop_docs: typeof handleGetNeoPopDocs; }; export declare const toolSchemas: { get_neopop_component: { componentName: import("zod").ZodString; }; list_neopop_components: { category: import("zod").ZodOptional; }; get_neopop_example: { exampleType: import("zod").ZodString; }; search_neopop_examples: { query: import("zod").ZodString; }; get_neopop_docs: { topic: import("zod").ZodString; }; }; export declare const tools: { get_neopop_component: { name: string; description: string; inputSchema: { type: string; properties: { componentName: import("zod").ZodString; }; required: string[]; }; }; list_neopop_components: { name: string; description: string; inputSchema: { type: string; properties: { category: import("zod").ZodOptional; }; }; }; get_neopop_example: { name: string; description: string; inputSchema: { type: string; properties: { exampleType: import("zod").ZodString; }; required: string[]; }; }; search_neopop_examples: { name: string; description: string; inputSchema: { type: string; properties: { query: import("zod").ZodString; }; required: string[]; }; }; get_neopop_docs: { name: string; description: string; inputSchema: { type: string; properties: { topic: import("zod").ZodString; }; required: string[]; }; }; }; //# sourceMappingURL=index.d.ts.map