import { z } from 'zod'; export declare const baseToken: z.ZodObject<{ $description: z.ZodOptional; $deprecated: z.ZodOptional>; }, z.core.$strict>;