export declare enum DocumentStatus { PENDING = "pending", REJECTED = "rejected", APPROVED = "approved", IN_ANALYSIS = "inAnalysis" }