declare enum EntityQueryOrderByType {
    DESC = "DESC",
    ASC = "ASC"
}
export { EntityQueryOrderByType };
