import { MapSelection } from './map_selection_parsing'; import { ColumnTypeRecord } from '../../record'; export declare function parseMapWithSubquerySelection(subtableName: string, columns: ColumnTypeRecord, f: Function): MapSelection;