/** * Statusline feature loader * Configures Claude Code status line to display git branch, cost, tokens, and Nori branding */ import type { Loader } from "../../../../cli/features/agentRegistry.js"; /** * Statusline feature loader */ export declare const statuslineLoader: Loader; //# sourceMappingURL=loader.d.ts.map