import * as z from "zod/mini"; import { type IdentityTypeValue } from "../identity-type.js"; export declare const instanceFeedbackCategorySchema: z.ZodMiniString; export declare const instanceFeedbackReferenceKeySchema: z.ZodMiniString; export declare const instanceFeedbackSubjectRefSchema: z.ZodMiniPipe; id: z.ZodMiniString; }, z.core.$strict>>; export declare const instanceFeedbackTargetSchema: z.ZodMiniPipe; id: z.ZodMiniString; properties: z.ZodMiniOptional>>; references: z.ZodMiniOptional, z.ZodMiniType>>>; }, z.core.$strict>>; export declare const instanceFeedbackInputSchema: z.ZodMiniPipe>>; related: z.ZodMiniOptional; subject: z.ZodMiniPipe; id: z.ZodMiniString; }, z.core.$strict>>; }, z.core.$strict>>>; target: z.ZodMiniOptional; id: z.ZodMiniString; properties: z.ZodMiniOptional>>; references: z.ZodMiniOptional, z.ZodMiniType>>>; }, z.core.$strict>>>; category: z.ZodMiniString; comment: z.ZodMiniOptional>; reasons: z.ZodMiniOptional], z.ZodMiniString>>; value: z.ZodMiniOptional, z.ZodMiniNumber, z.ZodMiniString]>>; }, z.core.$strict>, z.ZodMiniObject<{ properties: z.ZodMiniOptional>>; related: z.ZodMiniOptional; subject: z.ZodMiniPipe; id: z.ZodMiniString; }, z.core.$strict>>; }, z.core.$strict>>>; target: z.ZodMiniOptional; id: z.ZodMiniString; properties: z.ZodMiniOptional>>; references: z.ZodMiniOptional, z.ZodMiniType>>>; }, z.core.$strict>>>; category: z.ZodMiniOptional; comment: z.ZodMiniString; reasons: z.ZodMiniOptional; value: z.ZodMiniOptional; }, z.core.$strict>]>>; type DeclaredIdentityType = IdentityTypeValue | `externalId.users.none.${string}`; export declare const instanceFeedbackDeclaredIdentitySchema: z.ZodMiniObject<{ type: z.ZodMiniPipe, z.ZodMiniTransform>; value: z.ZodMiniString; }, z.core.$strict>; export declare const instanceFeedbackCaptureTransportSchema: z.ZodMiniObject<{ context: z.ZodMiniObject<{ identities: z.ZodMiniArray, z.ZodMiniTransform>; value: z.ZodMiniString; }, z.core.$strict>>; }, z.core.$strict>; feedback: z.ZodMiniPipe>>; related: z.ZodMiniOptional; subject: z.ZodMiniPipe; id: z.ZodMiniString; }, z.core.$strict>>; }, z.core.$strict>>>; target: z.ZodMiniOptional; id: z.ZodMiniString; properties: z.ZodMiniOptional>>; references: z.ZodMiniOptional, z.ZodMiniType>>>; }, z.core.$strict>>>; category: z.ZodMiniString; comment: z.ZodMiniOptional>; reasons: z.ZodMiniOptional], z.ZodMiniString>>; value: z.ZodMiniOptional, z.ZodMiniNumber, z.ZodMiniString]>>; }, z.core.$strict>, z.ZodMiniObject<{ properties: z.ZodMiniOptional>>; related: z.ZodMiniOptional; subject: z.ZodMiniPipe; id: z.ZodMiniString; }, z.core.$strict>>; }, z.core.$strict>>>; target: z.ZodMiniOptional; id: z.ZodMiniString; properties: z.ZodMiniOptional>>; references: z.ZodMiniOptional, z.ZodMiniType>>>; }, z.core.$strict>>>; category: z.ZodMiniOptional; comment: z.ZodMiniString; reasons: z.ZodMiniOptional; value: z.ZodMiniOptional; }, z.core.$strict>]>>; }, z.core.$strict>; export type InstanceFeedbackInput = z.output; export type InstanceFeedbackCaptureTransport = z.output; export {}; //# sourceMappingURL=instance-feedback-input.d.ts.map