/** * TOTP MFA Module (NestJS Adapter) * * Provides TOTP (Time-based One-Time Password) MFA functionality. * Auto-registers with MFAService when imported. * * @example * ```typescript * @Module({ * imports: [ * AuthModule.forRoot(config), * TOTPMFAModule, // Auto-registers TOTP provider * ], * }) * export class AppModule {} * ``` */ export declare class TOTPMFAModule { } //# sourceMappingURL=totp-mfa.module.d.ts.map