import { DynamicModule } from '@nestjs/common';
import { NestDynamicTemplatesModuleConfig } from './interfaces/module-config.interface';
export declare class NestDynamicTemplatesModule {
    static forRoot(config?: NestDynamicTemplatesModuleConfig): DynamicModule;
}
