import { AnyClass } from 'tn-typescript'; import { ExoExtendSuper } from '../ExoExtend/ExoExtendSuper'; import { ExoBodyField } from './ExoBody'; export declare const ExoBodyExtend: (...fieldclss: AnyClass[]) => (target: any, key: string) => void; export declare class ExoBodyExtendField extends ExoExtendSuper { constructor(fieldclss: AnyClass[]); }