/** Describe SOTP validation status */
export interface SOTPValidate {
    /**  */
    remainingCodes: number;
}
//# sourceMappingURL=SOTPValidate.d.ts.map