export declare const fetchURL: (url: string, option: any) => Promise<any>;
