export interface ITotpStatus {
    isForced: boolean;
    isActive: boolean;
}
//# sourceMappingURL=ITotpStatus.d.ts.map