import { DynamicModule } from '@nestjs/common'; import type { OrgAuthConfig, OrgAuthModuleAsyncOptions } from './org-auth.types'; export declare class OrgAuthModule { static forRoot(config: OrgAuthConfig): DynamicModule; static forRootAsync(options: OrgAuthModuleAsyncOptions): DynamicModule; }