declare const AbortController: {
    new (): AbortController;
    prototype: AbortController;
};
export { AbortController };
