import type { MemoryRoot } from "./types.js"; export declare function statusOf(root: MemoryRoot): Promise<{ pageCount: number; totalBytes: number; lastWriteAt: string | null; initialized: boolean; }>;