import { z } from "zod"; export declare const validateJsonLdTool: { name: string; description: string; inputSchema: z.ZodType<{ pageId: string; }, unknown, z.core.$ZodTypeInternals<{ pageId: string; }, unknown>>; outputSchema: z.ZodType<{ url: string; blocks: { index: number; types: string[]; hasContext: boolean; missingRequired: string[]; ok: boolean; }[]; totalBlocks: number; okBlocks: number; }, unknown, z.core.$ZodTypeInternals<{ url: string; blocks: { index: number; types: string[]; hasContext: boolean; missingRequired: string[]; ok: boolean; }[]; totalBlocks: number; okBlocks: number; }, unknown>>; toAiTool(): import("ai").Tool<{ pageId: string; }, import("./types.js").ToolResult<{ url: string; blocks: { index: number; types: string[]; hasContext: boolean; missingRequired: string[]; ok: boolean; }[]; totalBlocks: number; okBlocks: number; }>>; run(input: { pageId: string; }, ctx?: import("./types.js").ToolExecuteContext): Promise>; }; //# sourceMappingURL=validate-jsonld.d.ts.map