import type { HTTPRequestOption } from '../../_types/global';
export declare function fetchData(url: string, options?: HTTPRequestOption): Promise<any>;
