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