export declare type OrderByCondition = { [columnName: string]: "ASC" | "DESC"; };