import { NetworkBuffer } from "./network.js"; export interface ReplayArgs { method: string; url: string; headers: Record; body?: string; } export declare function buildReplayArgs(buffer: NetworkBuffer, requestId: string, overrides: { method?: string; url?: string; headers?: Record; body?: string; }): ReplayArgs; //# sourceMappingURL=replay.d.ts.map