import { z } from 'zod';
/**
 * /v2/account/home/nodes definition
 */
export declare const AccountHomeNodesDTO: z.ZodArray<z.ZodString>;
