/** * True when HEARTBEAT.md has no actionable content (only headings, blanks, empty list items). */ export declare function isHeartbeatContentEmpty(content: string): boolean;