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