/** * AGENTS.md feature loader for cursor-agent * Configures AGENTS.md with Nori instructions */ import type { CursorProfileLoader } from "../../../../../cli/features/cursor-agent/profiles/profileLoaderRegistry.js"; /** * AGENTS.md feature loader */ export declare const agentsMdLoader: CursorProfileLoader; //# sourceMappingURL=loader.d.ts.map