import { z } from 'zod';
/**
 * /v2/account/emotes definition
 * Can be resolved against /v2/emotes
 */
export declare const AccountEmotesDTO: z.ZodArray<z.ZodString>;
