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