/** * @nauth-toolkit/mfa-totp * * Platform-agnostic TOTP/Authenticator MFA provider for nauth-toolkit. * For NestJS integration, use '@nauth-toolkit/mfa-totp/nestjs' */ export { TOTPService } from './totp.service'; export { TOTPMFAProviderService } from './totp-mfa-provider.service'; export * from './dto/mfa.dto'; //# sourceMappingURL=index.d.ts.map