import { axiosOptions } from "./interfaces"; export declare function fetch(options: axiosOptions): Promise;