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