import { ScrapFunction } from "./type";
export declare const createCombineScrapper: (scrappers: ScrapFunction[]) => ScrapFunction;
