import { Highlight } from './types.js'; /** Version of plugin packages (all @arborium/* packages share this version) */ export declare const pluginVersion = "2.18.1"; /** All available languages */ export declare const availableLanguages: string[]; /** All possible highlights and their short tags */ export declare const highlights: Highlight[];