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