import type { string_markdown } from '../../../types/typeAliases';
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<Scraper>): string_markdown;
/**
 * TODO: [®] DRY Register logic
 */
