export declare function useAbort(): { abort: () => void; getAbortSignal(): AbortSignal | undefined; }; //# sourceMappingURL=useAbort.d.ts.map