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