/** @noSelfInFile */ declare module '@asledgehammer/pipewrench/client' { export namespace lua.client.Camping.ISUI { /** @customConstructor ISCampingInfoWindow:new */ export class ISCampingInfoWindow extends lua.client.ISUI.ISCollapsableWindow { [id: string]: any; static [id: string]: any; campfireTable: any; character: any; drawJoypadFocus: any; fuelAmount: any; isLit: any; object: any; panel: any; playerNum: any; spriteName: any; constructor(x: any, y: any, character: any, campfireObject: any, campfireTable: any); onGainJoypadFocus(joypadData: any, ...__args: never[]): any; onJoypadDown(button: any, ...__args: never[]): any; setObject(campfireObject: any, ...__args: never[]): any; update(...__args: never[]): any; } } export namespace lua.client.Camping.ISUI.ISCampingInfoWindow {} }