import { z } from 'zod'; import type { RagTool } from '../utils/index.js'; import type { GraphRagToolOptions } from './types.js'; export declare const createGraphRAGTool: (options: GraphRagToolOptions) => RagTool; queryText: z.ZodString; topK: z.ZodCoercedNumber; }, z.core.$strip> | z.ZodObject<{ queryText: z.ZodString; topK: z.ZodCoercedNumber; }, z.core.$loose>>, any>; //# sourceMappingURL=graph-rag.d.ts.map