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