/** * The response that gets sent when a user tries to login that requires 2fa. */ export declare class Require2FAResponseModel { /** * Whether or not 2fa is required. */ require2fa: boolean; }