import { ENGINES } from '../constants';
import { AggregateMap, FunctionCallAST } from '../constants/interfaces';
export declare function aggregateFunction(engine: ENGINES, aggregatedMap: AggregateMap, node: FunctionCallAST): AggregateMap | false;
