import type { dataFetchType, FetchOptions } from "./type.js"; export declare class StreamHttpEvent { private url; private headers; private timeOut?; private onDone?; private body?; private extractors?; private beforeRequest?; private controller; private accumulate?; dataFetch = Record, B extends Record = Record>({ url, headers, body, timeOut, onDone, extractors, beforeRequest, accumulate, }: dataFetchType): void; private stateLocal; private getValueByPath; private bufferControl; private timeOutControl; private timeout; private GetValueExtract; private serialize; private streamIA; fetchIA({ encodeBytes, method }: FetchOptions): Promise; start(): AbortController; abort(): void; } //# sourceMappingURL=streamHttpEvent.d.ts.map