import { FetchOptions } from './fetch'; declare function importJson(url: string, options?: FetchOptions): Promise; export default importJson;