export declare class DebugPanel { visible: boolean; element: HTMLElement; constructor(divId?: string); setText(lines: string[]): void; }