import { BrowserEventTypes } from '@gogocj/shared'; import { BasePluginType, HttpCollectedType, HttpTransformedType } from '@gogocj/types'; import { BrowserClient } from '../browserClient'; declare const xhrPlugin: BasePluginType; export declare function httpTransform(httpCollectedData: HttpCollectedType): HttpTransformedType; export declare function httpTransformedDataConsumer(this: BrowserClient, transformedData: HttpTransformedType): void; export default xhrPlugin; //# sourceMappingURL=xhr.d.ts.map