import type { MethodFn } from './index.js'; /** * Build a simplified snapshot of the page, similar to Playwright's accessibility tree * plus per-element uids so an agent can target elements without crafting selectors. * * Strategy: tag interactive + content elements with data-cloak-uid in-page, * then walk the a11y tree and produce a flat list { uid, role, name, selector }. */ export declare const snapshotMethods: Record; //# sourceMappingURL=snapshot.d.ts.map