import { FunctionDefinition } from '../constants/interfaces';
/**
 * `AVG` Returns the aggregated SUM of a column.
 */
export declare const AVG: FunctionDefinition;
