import { z } from 'zod'; declare const validTypes: readonly ["color", "cubicBezier", "typography", "dimension", "duration", "border", "shadow", "fontFamily", "fontWeight", "gradient", "number", "string", "transition", "custom-viewportRange"]; export type TokenType = (typeof validTypes)[number]; export declare const validateType: z.ZodRecord>>>; export {};