import { MultiFactorAuthenticationAttempt } from './MultiFactorAuthenticationAttempt'; export declare class MultiFactorAuthenticationAttemptMapper { static getType(_: any): typeof MultiFactorAuthenticationAttempt; }