import { MemoryConfig } from "../types"; export declare class ConfigManager { static mergeConfig(userConfig?: Partial): MemoryConfig; }