import { DynamicModule } from '@nestjs/common'; import { AsyncLockModuleOptions } from './async-lock.types'; /** * NestJS module for providing distributed and in-memory locking services. */ export declare class AsyncLockModule { /** * Register the AsyncLockModule with the given options. * @param options The module options. */ static forRoot(options: AsyncLockModuleOptions): DynamicModule; } //# sourceMappingURL=async-lock.module.d.ts.map