import { User } from '../user/types'; export declare type MFALoginSession = { user: User; mfaType: 'totp' | 'webauthn'; };