import { CommonAST, FormulaContext } from '../constants/interfaces';
export declare function isAggregateScope(context?: FormulaContext): boolean;
export declare function isRawScope(context?: FormulaContext): boolean;
export declare function isAggregateFunction(node?: CommonAST): boolean;