export declare type OutHTTPResponse = { timeSinceStart: number; requestId: string; url: string; status: number; method: string; bodyUrl?: string; };