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