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