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