import { AxiosRequestConfig } from 'axios'; export declare function RestService(baseUrl: string, URL: string, config?: AxiosRequestConfig): Promise;