import type { OrderBy } from "prostgles-types/dist"; import type { PGIdentifier, SortItem } from "../DboBuilder"; import type { NewQueryJoin, SelectItemValidated } from "../QueryBuilder/QueryBuilder"; export declare const prepareSortItems: (rawOrderBy: OrderBy | undefined, allowed_cols: string[], tableAlias: PGIdentifier | undefined, select: SelectItemValidated[], joinQueries: NewQueryJoin[]) => SortItem[]; //# sourceMappingURL=prepareSortItems.d.ts.map