import type { string_markdown } from '../../../types/string_markdown'; import type { Scraper } from '../Scraper'; /** * Creates a message with all registered scrapers * * Note: This function is used to create a (error) message when there is no scraper for particular mime type * * @private internal function of `createScrapersFromConfiguration` and `createScrapersFromEnv` */ export declare function $registeredScrapersMessage(availableScrapers: ReadonlyArray): string_markdown;