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