/** * * `READ` - Read * * `UNREAD` - Unread * * `CANCELLED` - Cancelled */ export declare enum Status3daEnum { READ = "READ", UNREAD = "UNREAD", CANCELLED = "CANCELLED" }