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