import type { Config } from '../config/schema.js'; /** Resolved absolute path to `HEARTBEAT.md` under the default agent's `profile/` directory. */ export declare function resolveHeartbeatMdPath(config: Config): string | null;