import { z } from "zod/mini"; //#region src/model/boolean.d.ts declare const BooleanModelSchema: z.ZodMiniObject<{ type: z.ZodMiniLiteral<"Boolean">; config: z.ZodMiniOptional>>; default_value: z.ZodMiniOptional>; placeholder_true: z.ZodMiniOptional>; placeholder_false: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>; type BooleanModel = z.infer; //#endregion export { BooleanModel }; //# sourceMappingURL=boolean.d.ts.map