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