/** * Profiles feature loader for cursor-agent * Installs profile templates to ~/.cursor/profiles/ */ import type { Loader } from "../../../../cli/features/agentRegistry.js"; /** * Profiles feature loader */ export declare const profilesLoader: Loader; /** * Export internal functions for testing * Note: Mixin composition has been removed - all content is now inlined in profiles */ export declare const _testing: { getMixinPaths: undefined; }; //# sourceMappingURL=loader.d.ts.map