type MarkdownLine = { ignored: boolean; nested: boolean; visiblePrefix: string; }; export declare function setextParagraphStart(lines: string[], syntax: MarkdownLine[], underline: number): number | null; export {};