import z from 'zod/v4';
import { NamePropertyValue } from './NamePropertyValue';
export declare const NameSchema: z.ZodCustom<NamePropertyValue, NamePropertyValue>;
