import type { ClaudeMemClient } from "../client.js"; import type { PluginState } from "../types.js"; export declare function createSummaryHandler(memClient: ClaudeMemClient, state: PluginState): (input: { event: any; }) => Promise; //# sourceMappingURL=summary.d.ts.map