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