import { Schema } from "koishi"; /** 记忆服务配置 */ export interface MemoryConfig { coreMemoryPath: string; } export declare const MemoryConfigSchema: Schema;