import * as z from "zod/mini"; import { type InstanceFeedbackInput, instanceFeedbackReferenceKeySchema } from "./internal/instance-feedback-input.js"; export { instanceFeedbackReferenceKeySchema }; export declare const captureInstanceFeedbackResponseSchema: z.ZodMiniObject<{ capturedAt: z.ZodMiniString; evaluationId: z.ZodMiniString; status: z.ZodMiniLiteral<"accepted">; }, z.core.$strip>; export declare const listInstanceFeedbackMineRequestSchema: z.ZodMiniObject<{ selectors: z.ZodMiniArray>; target: z.ZodMiniOptional; id: z.ZodMiniString; }, z.core.$strict>>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const instanceFeedbackMineEvaluationSchema: z.ZodMiniObject<{ capturedAt: z.ZodMiniString; category: z.ZodMiniNullable>; comment: z.ZodMiniNullable>; evaluationId: z.ZodMiniString; reasons: z.ZodMiniArray>; value: z.ZodMiniNullable, z.ZodMiniNumber, z.ZodMiniString]>>; }, z.core.$strip>; export declare const listInstanceFeedbackMineResponseSchema: z.ZodMiniObject<{ items: z.ZodMiniArray; category: z.ZodMiniNullable>; comment: z.ZodMiniNullable>; evaluationId: z.ZodMiniString; reasons: z.ZodMiniArray>; value: z.ZodMiniNullable, z.ZodMiniNumber, z.ZodMiniString]>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; export type CaptureInstanceFeedbackRequest = InstanceFeedbackInput; export type CaptureInstanceFeedbackResponse = z.output; export type ListInstanceFeedbackMineRequest = z.output; export type InstanceFeedbackMineEvaluation = z.output; export type ListInstanceFeedbackMineResponse = z.output; //# sourceMappingURL=instance-feedback.d.ts.map