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