import type { ResponseBodyResult } from '../types.js'; export declare function responseBodyViaPlaywright(opts: { cdpUrl: string; targetId?: string; url: string; timeoutMs?: number; maxChars?: number; }): Promise;