import type { Finding } from "../types.js"; import type { ComputedTokenReading } from "../render/types.js"; export declare function detectRenderDrift(canonical: Map, readings: ComputedTokenReading[], varToPath: (v: string) => string | null): Finding[]; export declare const rule: import("../types.js").Rule;