/** * Subagents feature loader for cursor-agent * Installs subagent prompt files to ~/.cursor/subagents/ */ import type { CursorProfileLoader } from "../../../../../cli/features/cursor-agent/profiles/profileLoaderRegistry.js"; /** * Subagents feature loader */ export declare const subagentsLoader: CursorProfileLoader; //# sourceMappingURL=loader.d.ts.map