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