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