import type { SKYKOIConfig } from "../../config/config.js"; import type { AnyKoiTool } from "./common.js"; export declare function createMemorySearchTool(options: { config?: SKYKOIConfig; koiSessionKey?: string; }): AnyKoiTool | null; export declare function createMemoryGetTool(options: { config?: SKYKOIConfig; koiSessionKey?: string; }): AnyKoiTool | null;