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