import type { Page } from "playwright"; import type { ScannedCookie, TcfInfo } from "../types.js"; /** * Detect the IAB TCF (Transparency and Consent Framework) implementation on the page. * Called at the end of Phase 1, after the initial page load and timeout. * Purely informational — results do not affect the compliance score. */ export declare function detectTcf(page: Page, cookies: ScannedCookie[]): Promise; //# sourceMappingURL=tcf.d.ts.map