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