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