/** * Global slash commands feature loader * Registers profile-agnostic Nori slash commands with Claude Code * These commands are installed to ~/.claude/commands/ independent of profiles */ import type { Loader } from "../../../../cli/features/agentRegistry.js"; /** * Global slash commands feature loader */ export declare const globalSlashCommandsLoader: Loader; //# sourceMappingURL=loader.d.ts.map