import { ResolveTree } from "graphql-parse-resolve-info"; import { Context } from "../../types"; import { Node } from "../../classes"; export declare type AggregationAuth = { query: string; params: Record; whereQuery: string; }; export declare function createFieldAggregationAuth({ node, context, subqueryNodeAlias, nodeFields, }: { node: Node; context: Context; subqueryNodeAlias: string; nodeFields: Record | undefined; }): AggregationAuth; //# sourceMappingURL=field-aggregations-auth.d.ts.map