import { GqlType } from '../helpers/classes'; export declare const builtInPremitiveGQLType: Set; export declare let EntityNameEnum: any; export declare const EntityAggregationParametersEnum: Map; export declare const EntityAggregationParametersType: Map; export declare const getEntityPrimitiveEnum: (entity: GqlType) => any; export declare const getEntityPrimitiveType: (entity: GqlType) => any; export declare const getEntityNameEnum: () => any;