import { z } from 'zod'; export declare const Variant: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodUnknown, z.objectOutputType<{ id: z.ZodString; }, z.ZodUnknown, "strip">, z.objectInputType<{ id: z.ZodString; }, z.ZodUnknown, "strip">>; export type VariantLike = z.input; export type Variant = z.infer;