import type { Header } from '../types.js'; export declare const getHtmlHeaders: (lines: Array, maxHeaderLevel: number) => Array
;