import { TocHeader } from "../../types";
export declare function extractHeaders(content: string, parser?: any): TocHeader[];
