import { DebugPanel } from './debug'; export declare class DebugPanelGraph extends DebugPanel { static inject(): void; private clocks; private marks; private textY; private height; private ms; private timeBeforeRun; private mark16ms; private mark33ms; private msHeight; private graph; private ctx; private font; constructor(name: string, label: string); beforeRun(): void; afterRun(): void; private addGraphMark; private addClock; private beginClock; private endClock; private mark; }