import { RunOptions } from "../runOptions/RunOptions"; import { BaseRunMilieu } from "./BaseRunMilieu"; import { BaseRunMilieuComponentsFactoryInterface } from "./BaseRunMilieuComponentsFactoryInterface"; export declare class BaseRunMilieuFactory { componentsFactory: BaseRunMilieuComponentsFactoryInterface; constructor(componentsFactory: BaseRunMilieuComponentsFactoryInterface); createMilieu(options: RunOptions): BaseRunMilieu; } //# sourceMappingURL=BaseRunMilieuFactory.d.ts.map