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