/** * Helper functions for working with [Markdown](https://www.markdownguide.org/). * * @module */ /** * Helper function to insert text inside of a Markdown text file. * * For example, if a "README.md" file has two lines containing "" and "", then you would call this function with a marker name of "RULES_TABLE". */ export declare function setMarkdownContentInsideHTMLMarker(filePath: string, text: string, markerName: string, repoRoot: string): Promise; //# sourceMappingURL=markdown.d.ts.map