import { IOptions, IResponse } from './interface'; export * from './interface'; declare const fetch: (url: string, config?: RequestInit, options?: IOptions) => Promise; export default fetch;