import { ArboriumConfig } from './types.js'; /** Highlight all code blocks on the page */ export declare function highlightAll(configOverrides?: Partial): Promise; /** Highlight a specific element */ export declare function highlightElement(element: HTMLElement, language?: string, configOverrides?: Partial): Promise;