/** * CLAUDE.md feature loader * Configures CLAUDE.md with coding task instructions */ import type { ProfileLoader } from "../../../../../cli/features/claude-code/profiles/profileLoaderRegistry.js"; /** * CLAUDE.md feature loader */ export declare const claudeMdLoader: ProfileLoader; //# sourceMappingURL=loader.d.ts.map