import { Abortable } from '../../../abortable/abortable.class'; import { IAsyncTaskConstraint } from '../../types/async-task-constraint.type'; import { AsyncTask } from '../../async-task.class'; import { IAsyncFetchRequestInit } from './async-fetch'; export declare function asyncFetchJSON>(input: RequestInfo | URL, init: IAsyncFetchRequestInit, abortable: Abortable): AsyncTask;