export { BackupCodeGenerationResult, BackupCodeService } from "./backup-code.service"; export { PasskeyAuthenticationOptions, PasskeyInfo, PasskeyRegistrationOptions, PasskeyService, } from "./passkey.service"; export { TotpEncryptionService } from "./totp-encryption.service"; export { TotpAuthenticatorInfo, TotpService, TotpSetupResponse } from "./totp.service"; export { PendingSession, TwoFactorMethod, TwoFactorService, TwoFactorStatus, VerificationResult, } from "./two-factor.service"; //# sourceMappingURL=index.d.ts.map