import { OrderByState } from "../../../interfaces/orderBy"; import { UiColumnMappings } from "../../../tableDefinitions"; export declare function orderByToClickhouseSql(orderBy: (OrderByState | OrderByState[]) | undefined, tableColumns: UiColumnMappings, usedInAggregation?: boolean): string; //# sourceMappingURL=orderby-factory.d.ts.map