import { z } from 'zod';
export declare const nameSchema: z.ZodString;
