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