/** The node-local memory directory in a node's context dir — holds substrate * docs (.md files with kind/when/why frontmatter). */ export declare function memoryDir(nodeId: string): string;