import { AxiosRequestConfig } from 'axios';
export declare function fetch<T>(path: string, options?: AxiosRequestConfig): Promise<T>;
