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