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