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