import { MapSelection } from '../../parsing/selection/map_selection_parsing'; export declare function generateMapSelection(aliasEscape: string | null, namedParameterPrefix: string, generateConvertToInt: (getColumn: string) => string, generateConvertToFloat: (getColumn: string) => string, selection: MapSelection): string;