/** * Append cron-style trigger lines to the heartbeat user prompt. */ export declare function appendCronEventLines(basePrompt: string, reasons: string[]): string;