import { z } from "zod"; export declare const ResolveReviewThreadInputSchema: z.ZodObject<{ pr: z.ZodString; thread_id: z.ZodOptional; comment_id: z.ZodOptional; prefer: z.ZodDefault>; }, z.core.$strip>; export type ResolveReviewThreadInput = z.infer; export declare const ResolveReviewThreadOutputSchema: z.ZodObject<{ ok: z.ZodBoolean; thread_id: z.ZodString; alreadyResolved: z.ZodDefault; message: z.ZodOptional; }, z.core.$strip>; export type ResolveReviewThreadOutput = z.infer; //# sourceMappingURL=schema.d.ts.map