export declare class VideoModel { _id?: any; uuid: string; revision: string; status: string; vrsn: string; create_date: Date; update_date: Date; reaction_type: string; target_name: string; target_uuid: string; reactor_uuid: string; }