import type { Command } from 'commander'; import { type HeartbeatCommandContext } from '../commands/heartbeat.js'; export declare function registerHeartbeatCommand(program: Command, ctx: HeartbeatCommandContext): void;