import { z } from 'zod'; export declare const Reference: z.ZodObject<{ $ref: z.ZodString; }, "strip", z.ZodTypeAny, { $ref: string; }, { $ref: string; }>; export type Reference = z.infer; export declare const referenceOr: (type: T) => z.ZodUnion<[typeof Reference, T]>; //# sourceMappingURL=reference.d.ts.map