import { ScrapeOptions } from '../types';
export declare const fetchEvent: (url: string, options?: ScrapeOptions) => Promise<any>;
