type CoreMemory = import("./memory.js").Memory; export declare const Memory: typeof import("./memory.js"); export declare namespace Memory { type itemFromPromptPart = typeof import("./memory.js").itemFromPromptPart; type isMessageFromRecall = typeof import("./memory.js").isMessageFromRecall; type messageFromRecall = typeof import("./memory.js").messageFromRecall; type replaceRecalledMessage = typeof import("./memory.js").replaceRecalledMessage; type recalledMessageIdentity = typeof import("./memory.js").recalledMessageIdentity; type projectTranscript = typeof import("./memory.js").projectTranscript; type MemoryError = import("./memory.js").MemoryError; type Memory = CoreMemory; type merge = typeof import("./memory.js").merge; type layerNoop = typeof import("./memory.js").layerNoop; type layerTest = typeof import("./memory.js").layerTest; type ForgetInput = import("./memory.js").ForgetInput; type Interface = import("./memory.js").Interface; type Item = import("./memory.js").Item; type ItemPart = import("./memory.js").ItemPart; type Key = import("./memory.js").Key; type Metadata = import("./memory.js").Metadata; type RecallInput = import("./memory.js").RecallInput; type RememberInput = import("./memory.js").RememberInput; } export {};