import type { MarkdownSection, MarkdownSectionOptions } from './types.mts'; export declare function markdownSectionBetweenHeadings(markdown: string, start: string, end: string, options?: MarkdownSectionOptions): MarkdownSection | null;