import { z } from "zod/v4"; export declare const LabelSchema: z.ZodObject<{ text: z.ZodString; }, z.core.$strip>; //# sourceMappingURL=schema.d.ts.map