import type { SteepScraper } from '../../types.js'; export declare function registerScraper(name: string, factory: () => Promise): void; export declare function getScraper(name: string): Promise;