/** * Create Claude Code slash commands for the debugging memory system * * Commands are read from the plugin's commands/ directory (single source of truth) * and copied to the project's .claude/commands/ directory for npm users. */ export declare function createSlashCommands(projectRoot: string, force?: boolean): Promise; //# sourceMappingURL=create-slash-commands.d.ts.map