import type { ClaudeMemClient } from "../client.js"; export declare function createCommandExecuteHook(memClient: ClaudeMemClient): (input: { command: string; sessionID: string; arguments: string; }, _output: { parts: unknown[]; }) => Promise; //# sourceMappingURL=command-execute.d.ts.map