import { z } from "zod/v4"; export declare const TracingSearchType: z.ZodEnum<{ id: "id"; content: "content"; }>; export type TracingSearchType = z.infer; //# sourceMappingURL=search.d.ts.map