/** @noSelfInFile */ declare module '@asledgehammer/pipewrench/client' { export namespace lua.client.RadioCom.StoryLineSounds { /** @customConstructor ISSLManager:new */ export class ISSLManager extends lua.client.ISUI.ISPanel { [id: string]: any; static [id: string]: any; constructor(x: any, y: any, width: any, height: any); createChildren(...__args: never[]): any; render(...__args: never[]): any; update(...__args: never[]): any; } } export namespace lua.client.RadioCom.StoryLineSounds.ISSLManager {} }