import type { HeartbeatDefinition } from "../heartbeatTypes.js"; /** * Builds a prompt for running heartbeat tasks as a batch. * * Expects: array of HeartbeatDefinition tasks. * Returns: { title, prompt } for the batch. */ export declare function heartbeatPromptBuildBatch(tasks: HeartbeatDefinition[]): { title: string; prompt: string; }; //# sourceMappingURL=heartbeatPromptBuildBatch.d.ts.map