import type { MemoryRoot } from "./types.js"; export declare function initMemory(root: MemoryRoot): Promise;