import { z } from 'zod';
/**
 * /v2/characters/:id/heropoints definition
 */
export declare const CharacterHeroPointsDTO: z.ZodArray<z.ZodString>;
