import { z } from "zod"; export declare const CommentCheckerConfigSchema: z.ZodObject<{ custom_prompt: z.ZodOptional; }, z.core.$strip>; export type CommentCheckerConfig = z.infer;