import { z } from 'zod';
/**
 * /v2/characters/:id/quests definition
 */
export declare const CharacterQuestsDTO: z.ZodArray<z.ZodNumber>;
