type HighlightedCode = string | boolean | HighlightedCode[] | {
    cls: string;
    txt?: string;
};
export declare function debug(code: HighlightedCode, classNames?: Record<string, string>): void;
export declare function highlightEnum(value: keyof WebGL2RenderingContext | number): HighlightedCode;
export {};
//# sourceMappingURL=debug.d.ts.map