import { z } from "zod"; export type Named = z.infer>>>; export declare const Named: (_: string, v: T) => z.ZodObject<{ $type: z.ZodString; value: T; }, z.core.$strip>; export declare const NamedId: (pkgUri: string, name: string) => string;