import z from "zod/v4"; export declare const MetadataDomain: z.ZodRecord>, z.ZodUndefined]>>; export type MetadataDomain = z.infer; export declare const TraceDomain: z.ZodObject<{ id: z.ZodString; name: z.ZodNullable; timestamp: z.ZodDate; environment: z.ZodString; tags: z.ZodArray; bookmarked: z.ZodBoolean; public: z.ZodBoolean; release: z.ZodNullable; version: z.ZodNullable; input: z.ZodNullable>>; output: z.ZodNullable>>; metadata: z.ZodRecord>, z.ZodUndefined]>>; createdAt: z.ZodDate; updatedAt: z.ZodDate; sessionId: z.ZodNullable; userId: z.ZodNullable; projectId: z.ZodString; }, z.core.$strip>; export type TraceDomain = z.infer; //# sourceMappingURL=traces.d.ts.map