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