import type { Page } from "playwright"; import type { ComputedTokenReading } from "./types.js"; export declare function probeComputedTokens(page: Page, css: string, tokens: string[], modeSelectors: string[]): Promise;