import AbortControllerShim from "./abort-controller-shim";
export declare const AbortController: typeof AbortControllerShim | {
    new (): AbortController;
    prototype: AbortController;
};
//# sourceMappingURL=abort.d.ts.map