import { ModuleCompiler } from './compiler';
import { ContainerIoC } from './container';
import { DependenciesScanner } from '../../app';
import { HttpAdapterHost } from "../../helpers";
export declare class InternalCoreModuleFactory {
    static create(container: ContainerIoC, scanner: DependenciesScanner, moduleCompiler: ModuleCompiler, httpAdapterHost: HttpAdapterHost): import("../..").DynamicModuleInterface;
}
//# sourceMappingURL=internal-core-module-factory.d.ts.map