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