import { z } from "zod";
export declare const DetectionVariableSchema: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
export type DetectionVariable = z.infer<typeof DetectionVariableSchema>;
