// This file declares globals for the factorio settings stage. /// /// /** @noResolution */ declare module "factorio:common" { import { PrototypeMap } from "factorio:settings" export interface GlobalPrototypeMap extends PrototypeMap {} }