import { DynamicModule } from '@nestjs/common'; export declare class FnConfigModule { static forRoot(envFilePath?: string): DynamicModule; }