import { FunctionDefinition, FunctionList } from '../constants/interfaces';
export declare const functionList: FunctionList;
export declare const FUNCTION_LIST: string[];
export declare const ROW_FUNCTION_LIST: string[];
export declare const AGGREGATE_FUNCTION_LIST: string[];
export declare function getFunctionDetail(functionName: string): FunctionDefinition | undefined;
