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