/** * cli-statusline.ts * * Generates Claude Code statusline output. * Reads JSON from stdin (Claude Code statusline protocol), * queries hmem DB for active project, outputs formatted line. * * Usage: cat | hmem statusline * * The shell script wrapper becomes a one-liner: * #!/bin/bash * cat | hmem statusline */ export declare function statusline(): Promise;