export type ToolCaller = (name: string, args?: Record) => Promise; export declare const PAGE_GENERATION_KEY = "__chromeDevtoolsAxiSnapshotGeneration"; export declare function captureFreshSnapshot(caller: ToolCaller, capture: () => Promise): Promise; export declare function parseUidFresh(arg: string, caller: ToolCaller): Promise;