/** @noSelfInFile */ declare module '@asledgehammer/pipewrench' { export namespace lua.shared { export abstract class ZomboidGlobals { static [id: string]: any; } } export namespace lua.shared.defines {} }