import type { MemoryPage, MemoryRoot } from "./types.js"; export declare function listPages(root: MemoryRoot): Promise; export declare function listMemoryFiles(root: MemoryRoot): Promise; export declare function readPage(root: MemoryRoot, relPath: string): Promise; export declare function collectMarkdownRelPaths(root: MemoryRoot, startRelPath?: string): Promise;