export declare enum TodoStatusEnum { ACTIVE = "ACTIVE", COMPLETED = "COMPLETED", DELETED = "DELETED" }