import { Api } from '../api'; declare const fetchAbstraction: (url: string, api?: Api) => Promise; export { fetchAbstraction as fetch };