/** * Slash commands feature loader * Registers all Nori slash commands with Claude Code */ import type { ProfileLoader } from "../../../../../cli/features/claude-code/profiles/profileLoaderRegistry.js"; /** * Slash commands feature loader */ export declare const slashCommandsLoader: ProfileLoader; //# sourceMappingURL=loader.d.ts.map