/** * Takes Markdown and splits it into sections based on the level of the headers. */ export declare function splitMarkdownInSections(content: string, level?: 1 | 2 | 3 | 4 | 5 | 6): string[]; //# sourceMappingURL=splitMarkdownInSections.d.ts.map