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