import { AxiosProxyConfig } from 'axios';
export declare const fetchEvent: (url: string, proxy?: AxiosProxyConfig) => Promise<any>;
