import { Scraper } from './scraper'; import { ApiOptions } from '../api/fnb-api'; export declare function getScraper(options?: ApiOptions): Scraper;