import { z } from "zod"; export declare const checkRuleMissingAuthorTool: { name: string; description: string; inputSchema: z.ZodType<{ pageId: string; }, unknown, z.core.$ZodTypeInternals<{ pageId: string; }, unknown>>; outputSchema: z.ZodType<{ hasAuthorSignal: boolean; finding: { ruleId: "content/missing-author"; severity: "warning"; confidence: "high" | "medium" | "low" | "speculative"; message: string; fix?: string | undefined; } | null; }, unknown, z.core.$ZodTypeInternals<{ hasAuthorSignal: boolean; finding: { ruleId: "content/missing-author"; severity: "warning"; confidence: "high" | "medium" | "low" | "speculative"; message: string; fix?: string | undefined; } | null; }, unknown>>; toAiTool(): import("ai").Tool<{ pageId: string; }, import("./types.js").ToolResult<{ hasAuthorSignal: boolean; finding: { ruleId: "content/missing-author"; severity: "warning"; confidence: "high" | "medium" | "low" | "speculative"; message: string; fix?: string | undefined; } | null; }>>; run(input: { pageId: string; }, ctx?: import("./types.js").ToolExecuteContext): Promise>; }; //# sourceMappingURL=check-rule-missing-author.d.ts.map