export declare function useCancelUpload(): { start: () => AbortSignal; cancel: () => void; }; //# sourceMappingURL=useCancelUpload.d.ts.map