export declare type VerificationStatus = "success" | "fail" | "none";
