import { z } from 'zod';
export declare const referenceValue: z.ZodEffects<z.ZodString, string, string>;
