import { DynamicModule } from '@nestjs/common'; import { IFlagsmithOptions, IFlagsmithAsyncOptions } from './interfaces/flagsmith.interface'; export declare class FlagsmithModule { static register(options: IFlagsmithOptions): DynamicModule; static registerAsync(options: IFlagsmithAsyncOptions): DynamicModule; private static createAsyncProviders; private static createAsyncOptionsProvider; private static initialize; }