/** @noSelfInFile */ declare module '@asledgehammer/pipewrench/server' { export namespace lua.server.XpSystem { export abstract class xpSystemText { static [id: string]: any; } } export namespace lua.server.XpSystem.XpSystem_text {} }