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