/**
 * Creates a scraper for markdown content.
 *
 * @public exported from `@promptbook/markdown-utils`
 */
export declare const createMarkdownScraper: any;
/**
 * TODO: [🎶] Naming "constructor" vs "creator" vs "factory"
 */
