import type { CanonicalState } from "../../types/index.js"; export declare function readState(root: string): Promise; export declare function readStateOrThrow(root: string): Promise;