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