export declare enum VerifiCaseStatus { 'PENDING' = "PENDING", 'PROCESSING' = "PROCESSING", 'RESOLVED' = "RESOLVED", 'DECLINED' = "DECLINED" }