import { z } from 'zod';
/**
 * /v2/account/homestead/glyphs definition
 */
export declare const AccountHomesteadGlyphsDTO: z.ZodArray<z.ZodString>;
