export declare enum TaskMetaField {
    CASE = "caseTitle",
    CASE_ID = "caseId",
    TASK_ID = "_id",
    TITLE = "title",
    PRIORITY = "priority",
    USER = "userId",
    ASSIGN_DATE = "startDate"
}
