/** * OpenClaw/Clawdbot hook installer. * * Copies the cortex-memory hook into Clawdbot's bundled hooks directory. * Only works if Clawdbot is installed on the system. */ /** * Find Clawdbot's bundled hooks directory by locating the binary */ export declare function findClawdbotHooksDir(): string | null; export declare function installClawdbotHook(): Promise; export declare function uninstallClawdbotHook(): Promise; export declare function clawdbotHookStatus(): Promise; export declare function handleClawdbotCommand(subcommand: string): Promise; //# sourceMappingURL=clawdbot.d.ts.map