import { ScrapFunction } from "../type";
import { Options } from "./utils";
export declare const createWikiScrapper: (options: Options) => ScrapFunction;
