import { z } from "zod"; export declare const UniqueKey: z.ZodArray; export type UniqueKey = z.infer;