import { z } from 'zod';
/**
 * /v2/account/jadebots definition
 */
export declare const AccountJadebotsDTO: z.ZodArray<z.ZodNumber>;
