import { RootNode } from "../tree/nodes.js"; import { NodeStatus } from "../tree/types.js"; export declare function useExpectations(tree: RootNode, statusMap: Map): { snapshot: import("../index.js").RootSnapshot; rootStatus: NodeStatus; diffs: import("../index.js").SnapshotDiff[]; };