import { TableAggregationSelection } from '../../parsing/selection/table_aggregation_selection_parsing'; export declare function generateTableAggregationSelection(aliasEscape: string | null, generateConvertToInt: (getColumn: string) => string, generateConvertToFloat: (getColumn: string) => string, aggregation: TableAggregationSelection): string;