import { z } from 'zod';
export declare const AccountHomesteadDecorationsDTO: z.ZodArray<z.ZodObject<{
    /** Decoration id. */
    id: z.ZodNumber;
    /** Decoration count. */
    count: z.ZodNumber;
}, z.core.$strict>>;
