export declare const abortSignal: (timeout: number | undefined, num: number, isConcurrent?: boolean) => AbortController;
