import type { HLJSApi } from "highlight.js";

declare global {
  const hljs: HLJSApi;
}

export {};
