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