/** * Cursor Agent slash commands feature loader * Registers Nori slash commands with Cursor * These commands are installed to ~/.cursor/commands/ */ import type { Loader } from "../../../../cli/features/agentRegistry.js"; /** * Cursor slash commands feature loader */ export declare const cursorSlashCommandsLoader: Loader; //# sourceMappingURL=loader.d.ts.map