import { BaseEntity } from "./common"; export declare const GraphqlAggregate: (baseEntity: () => BaseEntity) => (target: any, _property: any, descriptor: any) => void;