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