import z from "zod/v4"; export declare const ScoreSource: { readonly ANNOTATION: "ANNOTATION"; readonly API: "API"; readonly EVAL: "EVAL"; }; export declare const ScoreSourceDomain: z.ZodEnum<{ ANNOTATION: "ANNOTATION"; API: "API"; EVAL: "EVAL"; }>; export type ScoreSourceType = z.infer; export declare const ScoreSchema: z.ZodObject<{ id: z.ZodString; timestamp: z.ZodDate; projectId: z.ZodString; environment: z.ZodString; name: z.ZodString; value: z.ZodNullable; source: z.ZodEnum<{ ANNOTATION: "ANNOTATION"; API: "API"; EVAL: "EVAL"; }>; authorUserId: z.ZodNullable; comment: z.ZodNullable; traceId: z.ZodNullable; sessionId: z.ZodNullable; datasetRunId: z.ZodNullable; metadata: z.ZodRecord>, z.ZodUndefined]>>; observationId: z.ZodNullable; configId: z.ZodNullable; stringValue: z.ZodNullable; queueId: z.ZodNullable; createdAt: z.ZodDate; updatedAt: z.ZodDate; dataType: z.ZodEnum<{ CATEGORICAL: "CATEGORICAL"; NUMERIC: "NUMERIC"; BOOLEAN: "BOOLEAN"; }>; }, z.core.$strip>; export type ScoreDomain = z.infer; //# sourceMappingURL=scores.d.ts.map