export interface SimulationConfig {
  readonly templateDir: string;
}
