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