export declare function responseBodyViaPlaywright(opts: { cdpUrl: string; targetId?: string; url: string; timeoutMs?: number; maxChars?: number; }): Promise<{ url: string; status?: number; headers?: Record; body: string; truncated?: boolean; }>;