import type { ClassDeclaration } from 'ts-morph'; export default function generate(definition: ClassDeclaration): void; export declare const TEMPLATE: { SERIALIZE_ARRAY: string; UNSERIALIZE_ARRAY: string; };